Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
Find a file
Ayoub Kaanich 57ffec14cb feat: autodetect changelog file name (#1770)
Improves changelog detection algorithm to look for different upper/lower case options as well as alternative filenames like `History.md`.

Resolves #1754
2018-04-01 21:41:26 +02:00
.github chore: add issue template 2018-03-11 08:06:47 +01:00
bin fix: validator needs to use async validate command 2018-03-29 05:47:59 +02:00
docs docs: self-hosting: spelling (#1688) 2018-03-19 22:29:50 +01:00
hooks fix: tag docker image as latest when on semver 2018-03-30 06:42:25 +02:00
lib feat: autodetect changelog file name (#1770) 2018-04-01 21:41:26 +02:00
test feat: autodetect changelog file name (#1770) 2018-04-01 21:41:26 +02:00
website/docs/_posts feat: enabledManagers (#1755) 2018-03-30 17:00:51 +02:00
.dockerignore fix: docker don't ignore hooks 2018-03-09 14:41:08 +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 feat: expose env to npmrc and npm/yarn/pnpm (#1407) 2018-01-25 10:38:30 +01:00
.prettierignore refactor: use prettier instead of eslint-plugin-prettier (#864) 2017-10-01 07:06:06 +02:00
.travis.yml refactor: simplify all yarn references in package.json and travis.yml 2018-03-31 06:48:36 +02:00
Dockerfile fix: Prefer /usr/src/app workdir so no need for chown (#1763) 2018-04-01 07:17:00 +02:00
license Add license file 2017-01-15 17:27:41 +01:00
package.json feat: autodetect changelog file name (#1770) 2018-04-01 21:41:26 +02:00
Procfile fix: Heroku Procfile should use start and not start-raw 2017-11-01 15:28:07 +01:00
readme.md docs: Fix contributing.md link in readme.md (#1682) 2018-03-19 10:52:28 +01:00
yarn.lock feat: autodetect changelog file name (#1770) 2018-04-01 21:41:26 +02:00

Renovate banner

Renovate

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

GitHub license codecov Join the chat at https://gitter.im/renovate-app/Lobby 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

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 angular mozilla uber-workflow yarnpkg






The Renovate Approach

  • 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 - don't enforce opinions on users
  • 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 use the Renovate app. Go to https://github.com/apps/renovate to install 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.

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@renovateapp.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.