renovate-config-seek

0.4.0 • Public • Published

Build Status npm semantic-release Commitizen friendly

renovate-config-seek

Shareable Renovate config for SEEK.

This preset extends config:base, so all of the usual Renovate defaults are applied, but it also provides a couple of key benefits:

  • By default, to reduce noise, only SEEK packages are automatically kept up to date, generating pull requests whenever new versions are published.
  • Commit messages and pull request titles are specially formatted to follow our commitlint-config-seek conventions.

By default, this preset disables automatic package updates for all non-SEEK packages. If you want to reintroduce standard Renovate behaviour for other packages, you'll need to use the "enabled" option.

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": [
    "seek"
  ]
}

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i renovate-config-seek

Weekly Downloads

828

Version

0.4.0

License

MIT

Unpacked Size

7.05 kB

Total Files

7

Last publish

Collaborators

  • mjt01
  • seek-oss-ci