Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
Find a file
IKEDA Sho 4b730e5001 fix(changelog): Support Maven style tag format (#4368)
A follow-up to #4246 which was insufficient.
2019-08-26 10:39:05 +02:00
.azure ci: fix azure pipelines command (#4336) 2019-08-20 10:56:41 +02:00
.circleci chore(deps): update node.js to v12.9.0 (#4366) 2019-08-25 13:16:05 +02:00
.github docs: add Slack channel info to contributing doc 2019-04-10 07:11:00 +02:00
.vscode feat(docker): add slim build (#4163) 2019-07-25 15:22:39 +02:00
bin fix(logger): migrate last refs to ts 2019-07-15 15:04:03 +02:00
data fix(travis): missing file in npm package (#3649) 2019-05-09 14:39:47 +02:00
docs docs: add python mock (#4357) 2019-08-24 07:02:47 +02:00
e2e test: add simple e2e test (#3651) 2019-05-10 11:57:42 +02:00
hooks fix: tag docker image as latest when on semver 2018-03-30 06:42:25 +02:00
lib fix(changelog): Support Maven style tag format (#4368) 2019-08-26 10:39:05 +02:00
test fix(changelog): Support Maven style tag format (#4368) 2019-08-26 10:39:05 +02:00
website/docs feat: stabilityDays (#4372) 2019-08-26 10:32:59 +02:00
.babelrc feat(github): convert to typescript (#3975) 2019-07-13 08:09:01 +02:00
.dockerignore build: add config validator to Docker image 2019-07-16 10:50:29 +02:00
.editorconfig Add editorconfig 2017-01-15 17:23:34 +01:00
.eslintignore fix: refactor exec (#4155) 2019-07-23 14:39:15 +02:00
.eslintrc.js fix: refactor exec (#4155) 2019-07-23 14:39:15 +02:00
.gitattributes force lf end of line 2018-12-14 19:12:59 +01:00
.gitignore chore(ci): fail on coverage miss (#4295) 2019-08-15 14:27:55 +02:00
.prettierignore tests: move fixtures to corresponding directories (#3351) 2019-03-11 16:50:10 +01:00
.prettierrc chore: roll back prettier 2018-12-14 21:47:34 +01:00
azure-pipelines.yml test(ci): add slim docker build to azure (#4350) 2019-08-23 08:51:50 +02:00
codecov.yml chore: disable codecov comments 2018-07-28 21:51:52 +02:00
Dockerfile build: fix dockerfile re2 (#4349) 2019-08-23 07:35:10 +02:00
Dockerfile.slim build: fix dockerfile re2 (#4349) 2019-08-23 07:35:10 +02:00
license Update license from MIT to AGPL 2018-04-09 07:22:55 +02:00
package.json chore(deps): update typescript-eslint monorepo to v1.13.0 2019-08-26 09:58:08 +02:00
readme.md docs: gitlab dashboard typo (#3819) 2019-05-27 13:56:57 +02:00
renovate-schema.json feat: stabilityDays (#4372) 2019-08-26 10:32:59 +02:00
renovate.json chore: lock file maintenance 2019-07-11 10:09:09 +02:00
requirements.txt chore(deps): update dependency mock to v3 2019-06-03 13:23:02 +02:00
tsconfig.app.json feat: generate typings and maps (#4146) 2019-07-23 10:34:02 +02:00
tsconfig.dts.json feat: generate typings and maps (#4146) 2019-07-23 10:34:02 +02:00
tsconfig.json refactor: add js type check (#4098) 2019-07-17 10:14:56 +02:00
yarn.lock chore(deps): update typescript-eslint monorepo to v1.13.0 2019-08-26 09:58:08 +02:00

Renovate banner

Renovate

Automated dependency updates. Multi-platform and multi-language.

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 (.com and Enterprise), GitLab (.com and CE/EE), Bitbucket Server, and Azure DevOps. Bitbucket Cloud is also supported but considered in Beta until it gets the thumbs-up from more users
  • 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 already is widely used in the developer community, including:

Renovate Matrix

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 hosted on GitHub.com or GitLab.com is to install the hosted Renovate app.

For GitHub, go to https://github.com/apps/renovate to install it now. A GitHub Marketplace plan is required only for private repositories. More details on the GitHub App installation.

For GitLab, log into renovatebot.com/dashboard for a convenient way to add Renovate Bot to your project. Currently the GitLab app is free for both public and private repositories. More details on the GitLab App installation.

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.com or gitlab.com, or you prefer to run your own instance of Renovate then you have several options:

  • Install the renovate CLI tool from npmjs, run it on a schedule (e.g. using cron)
  • Run the renovate/renovate Docker Hub image (same content/versions as the CLI tool), run it on a schedule
  • Use Renovate Pro Edition available for GitHub Enterprise and GitLab, includes native scheduler

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.