zephraph / renovate-config

Shared renovate configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@artsy/renovate-config

This repo contains the shared configuration for Artsy's renovate setup.

Usage

Add a renovate.json file to the root of your project. Use the extends key to use Artsy's presets.

Recommended configuration for Artsy apps in renovate.json file looks like this:

{
  "extends": [
    "@artsy:app"
  ],
  "reviewers": [
    "githubUser"
  ],
  "assignees": [
    "githubUser"
  ]
}

The renovate config presets are stored in this project's package.json.

About

Shared renovate configurations

License:MIT License


Languages

Language:JavaScript 100.0%