renovate-config 2.3.1
Install from the command line:
Learn more about npm packages
$ npm install @telus/renovate-config@2.3.1
Install via package.json:
"@telus/renovate-config": "2.3.1"
About this version
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.
Create a .renovate.json
file in your repository, with the following content:
{
"extends": [
"@telus"
]
}
You can find the configuration in package.json
.
Review Full configuration docs
Github: @telus • Twitter: @telusdigital