1.0.11 • Published 11 months ago

@vernaillen/renovate-config v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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


1.0.11

11 months ago

1.0.9

1 year ago

1.0.4

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago