Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
Find a file
2017-12-20 20:53:13 +01:00
bin feat: persistent disk cache for changelog data (#1163) 2017-11-13 17:44:09 +01:00
docs fix: increase prNotPendingHours default to 24 hours (#1316) 2017-12-20 06:47:20 +01:00
lib fix: increase prNotPendingHours default to 24 hours (#1316) 2017-12-20 06:47:20 +01:00
test chore: add test for packageNames + packagePatterns combined 2017-12-20 07:26:29 +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 chore(deps): update dependency prettier to v1.9.0 (#1267) 2017-12-05 11:50:16 +01:00
license Add license file 2017-01-15 17:27:41 +01:00
package.json refactor(deps): update dependency semantic-release to v11 (#1305) 2017-12-20 20:53:13 +01:00
Procfile fix: Heroku Procfile should use start and not start-raw 2017-11-01 15:28:07 +01:00
readme.md docs: warn about gitlab api versions 2017-12-14 11:49:04 +01:00
yarn.lock refactor(deps): update dependency semantic-release to v11 (#1305) 2017-12-20 20:53:13 +01:00

Renovate banner

renovate

Keep dependencies up-to-date.

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

Why

  • Creates or updates Pull Requests for each dependency that needs updating
  • Discovers and processes all package.json files in repository (supports monorepo architecture including yarn workspaces)
  • Supports multiple major versions per-dependency at once
  • Configurable via file, environment, CLI, and package.json
  • Supports eslint-like preset configs for ease of use
  • Updates yarn.lock and package-lock.json files natively
  • Supports GitHub, GitLab (APIv4) and VSTS
  • Open source and can be self-hosted or used via GitHub App

Configuration Help

If you would like help on your Renovate configuration, or simply get someone to review it, we have created a config-help repository https://github.com/renovateapp/config-help/issues where you can post an issue with your config.

GitHub App

Renovate is now available as a free GitHub "App". Go to https://github.com/apps/renovate to enable it now.

Install

$ npm install -g renovate

Authentication

You need to select a repository user for renovate to assume the identity of, and generate a Personal Access Token. It's strongly recommended that you use a dedicated "bot" account for this to avoid user confusion and to avoid the Renovate bot mistaking changes you have made or PRs you have raised for its own.

You can find instructions for GitHub here (select "repo" permissions)

You can find instructions for GitLab here. Note: GitLab APIv3 is no longer supported - please upgrade to GitLab APIv4 before testing Renovate.

You can find instructions for VSTS vsts.

This token needs to be configured via file, environment variable, or CLI. See docs/configuration.md for details. The simplest way is to expose it as GITHUB_TOKEN or GITLAB_TOKEN or VSTS_TOKEN.

Usage

Run renovate --help for usage details.

Note: The first time you run renovate on a repository, it will not upgrade any dependencies. Instead, it will create a Pull Request (Merge Request if GitLab) called 'Configure Renovate' and commit a default renovate.json file to the repository. This PR can be close unmerged if the default settings are fine for you. Also, this behaviour can be disabled if you set the onboarding configuration option to false before running.

Deployment

See deployment docs for details.

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.

Design Decisions

See design decisions doc for details.