@telusdigital/renovate-config

TELUS preset configs for Renovate


Keywords
telus, renovate, config
License
ISC
Install
npm install @telusdigital/renovate-config@2.0.1

Documentation

Renovate Config

version Build Status

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