@vernaillen/renovate-config

1.0.11 • Public • Published

Renovate Config

version Build Status

vernaillen preset configs for [Renovate][]. forked from @telus

Renovate helps us to keep our dependencies up to date. It will periodically create Pull Requests every week to install new versions of any dependencies with updates. Renovate is fully configurable and developers can control its behaviour in their repositories using the PRs it makes. Close a PR to have it ignore updates for that dependency, or leave it open if you want upgrade it later and Renovate will rebase the branch to keep it from getting stale.

Usage

Create a .renovate.json file in your repository, with the following content:

.renovate.json
{
  "extends": [
    "@vernaillen"
  ]
}

You can find the configuration in package.json.

Review Full configuration docs


Package Sidebar

Install

npm i @vernaillen/renovate-config

Weekly Downloads

0

Version

1.0.11

License

MIT

Unpacked Size

4.07 kB

Total Files

3

Last publish

Collaborators

  • vernaillen