1.0.0 • Published 5 years ago

standout-renovate-config v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

renovate-config-standout

Renovate config for the standout team to help keep key packages up to date

This config extends renovate-config-seek, and provides a schedule so all Seek packages will be updated on a Monday morning.

Usage

You can set this up a few different ways, but it's recommended that you add a renovate.json file to your project with the following contents:

{
  "extends": [
    "standout"
  ]
}

If you want to add renovate behaviour for other packages, you'll need to use the "enabled" option. Please consider whether you can add your config to this repository so it can be shared amongst other projects.

For example:

{
  "extends": [
    "standout"
  ],
  "packageRules": [
    {
      "packageNames": ["react"],
      "enabled": true
    }
  ]
}
1.0.0

5 years ago