Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
Find a file
2018-10-11 08:09:13 +00:00
.github Update 3-Bug_report.md (#2537) 2018-09-18 14:01:35 +02:00
bin refactor: minify bundled yarn 2018-09-27 14:26:39 +02:00
docs chore: instalbul -> istanbul 2018-09-24 20:02:46 +02:00
hooks fix: tag docker image as latest when on semver 2018-03-30 06:42:25 +02:00
lib refactor: lower error to warn for branch update failure 2018-10-09 20:03:37 +02:00
test fix(gitlab): issues API is description not body (#2620) 2018-10-09 05:05:20 +02:00
website/docs docs: github-hosted presets (#2637) 2018-10-10 18:01:17 +02:00
.dockerignore fix: add bin/yarn* to Dockerfile 2018-10-07 07:57:18 +02: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: eslint prefer-destructuring off 2018-10-05 20:45:24 +02:00
.gitattributes Add .gitattributes 2017-01-15 17:25:51 +01:00
.gitignore chore: add package-lock.json to .gitignore 2018-07-18 19:08:21 +02:00
.prettierignore fix: bundle yarn binary instead of aliasing 2018-09-27 12:35:05 +02:00
.travis.yml chore: travis build stable 2018-07-09 10:45:35 +02:00
codecov.yml chore: disable codecov comments 2018-07-28 21:51:52 +02:00
Dockerfile fix: Add PHP + Composer to Dockerfile (#2612) 2018-10-08 10:23:09 +02:00
license Update license from MIT to AGPL 2018-04-09 07:22:55 +02:00
package.json build(deps): update dependency semver to v5.6.0 2018-10-11 08:09:13 +00:00
Procfile fix: Heroku Procfile should use start and not start-raw 2017-11-01 15:28:07 +01:00
readme.md docs: Bitbucket Cloud not Server 2018-09-28 15:13:04 +02:00
renovate.json chore: renovate.json masterIssueApproval 2018-10-04 11:57:19 +02:00
yarn.lock build(deps): update dependency semver to v5.6.0 2018-10-11 08:09:13 +00:00

Renovate banner

Renovate

Automated dependency updates. Flexible, so you don't need to be.

License: AGPL v3 codecov Renovate enabled

Why Use Renovate?

  • Receive automated Pull Requests whenever dependencies need updating.
  • Define schedules to avoid unnecessary noise in projects (e.g. for weekends or outside of working hours, or weekly updates, etc)
  • Relevant package files are discovered automatically (e.g. supports monorepo architecture such as lerna or yarn workspaces without further configuration)
  • Bot behaviour is extremely customisable via configuration files (config as code)
  • Use eslint-like shared config presets for ease of use and simplifying configuration
  • Lock files are natively supported and updated in the same commit, including immediately resolving conflicts whenever PRs are merged
  • Supports GitHub, GitLab, Bitbucket Cloud (beta release) and VSTS.
  • Open source (installable via npm/yarn or Docker Hub) so can be self-hosted or used via GitHub App

Who Uses Renovate?

Renovate was released in 2017 and is now widely used in the developer community. Example users include the following GitHub organisations:

algolia google mozilla uber-workflow yarnpkg






The Renovate Approach

  • We believe everyone can benefit from automation, whether it's a little or a lot
  • Renovate should not cause you to change your workflow against your wishes, instead it should be adaptable to your existing workflow
  • All behaviour should be configurable, down to a ridiculous level if necessary
  • 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 use the Renovate app. Go to https://github.com/marketplace/renovate to install it now. A paid plan is required for private repositories.

Configuration

Visit https://renovatebot.com/docs/ for documentation, and in particular https://renovatebot.com/docs/configuration-options/ for a list of configuration options.

You can also raise an issue in https://github.com/renovatebot/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 instance of Renovate then you have several options:

  • Install the renovate CLI tool from npmjs
  • Run the renovate/renovate Docker Hub image (same content/versions as the CLI tool)
  • Use Renovate Pro Edition available for GitHub Enterprise and soon GitLab too

Contributing

If you would like to contribute to Renovate or get a local copy running for some other reason, please see the instructions in contributing.md.

Security / Disclosure

If you discover any important bug with Renovate that may pose a security problem, please disclose it confidentially to security@renovatebot.com first, so that it can be assessed and hopefully fixed prior to being exploited. Please do not raise GitHub issues for security-related doubts or problems.