Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
Find a file
2018-01-22 13:34:55 +01:00
bin docs: remove docs/configuration options 2018-01-11 10:49:21 +01:00
docs docs: remove docs/configuration options 2018-01-11 10:49:21 +01:00
lib Revert "fix: make sure lock file maintenance branch is not stale before skipping (#1265)" 2018-01-22 13:34:55 +01:00
test fix: correct typos in templates (#1423) 2018-01-22 11:17:00 +01:00
website/docs/_posts docs: move FAQ to website 2018-01-20 16:54:21 +01:00
.editorconfig Add editorconfig 2017-01-15 17:23:34 +01:00
.eslintignore chore: fix eslint (#793) 2017-09-13 21:43:52 +02:00
.eslintrc.js chore: implement require-await eslint rule (#1095) 2017-11-03 11:56:25 +01:00
.gitattributes Add .gitattributes 2017-01-15 17:25:51 +01:00
.gitignore chore: ignore .vscode (#1056) 2017-10-31 13:43:42 +01:00
.prettierignore refactor: use prettier instead of eslint-plugin-prettier (#864) 2017-10-01 07:06:06 +02:00
.travis.yml chore: disable travis notifications (#1228) 2017-11-23 13:11:45 +01:00
contributing.md docs: remove docs/configuration options 2018-01-11 10:49:21 +01:00
license Add license file 2017-01-15 17:27:41 +01:00
package.json chore: update dependency got to v8.0.3 (#1417) 2018-01-21 06:43:27 +01:00
Procfile fix: Heroku Procfile should use start and not start-raw 2017-11-01 15:28:07 +01:00
readme.md docs: improve readme benefits 2017-12-27 13:15:55 +01:00
yarn.lock chore: update dependency got to v8.0.3 (#1417) 2018-01-21 06:43:27 +01:00

Renovate banner

Renovate

Automated dependency updates, for humans.

GitHub license codecov Join the chat at https://gitter.im/renovate-app/Lobby David Renovate enabled

Why Use Renovate?

  • Receive automated Pull Requests whenever dependencies need updating. Or whenever you schedule it for.
  • Renovate discovers and processes all dependency files in a repository (e.g. supports monorepo architecture such as lerna or yarn workspaces)
  • Extremely customisable behaviour via configuration files or within your package.json
  • Use eslint-like shared config presets for ease of use and simplifying configuration
  • Update lock files natively in the same commit, including immediately resolving conflicts whenever PRs are merged
  • Supports GitHub, GitLab (APIv4) and VSTS (BitBucket is a WIP)
  • Open source (installable via npm/yarn) so can be self-hosted or used for free via GitHub App

The Renovate Approach

  • Bots should serve humans, not the other way around. Using Renovate should not cause you to change your workflow against your wishes
  • All behaviour should be configurable, down to a ridiculous level if desired
  • Autodetect settings wherever possible (to minimise configuration) but always allow overrides

Using Renovate

The easiest way to use Renovate if you are on GitHub is to enable the free Renovate app. Go to https://github.com/apps/renovate to enable it now.

Configuration

The Configuration and Configuration FAQ documents should be helpful.

You can also raise an issue in https://github.com/renovateapp/config-help if you'd like to get your config reviewed or ask any questions.

Self-Hosting

If you are not on GitHub or you prefer to run your own copy of Renovate, then it takes only seconds to set up. Please see docs/self-hosting.md for instructions.