@telus/renovate-config
v2.3.1
Published
TELUS preset configs for Renovate
Downloads
6
Readme
Renovate Config
TELUS preset configs for [Renovate][].
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": [
"@telus"
]
}
You can find the configuration in package.json
.
Review Full configuration docs
Github: @telus • Twitter: @telusdigital