UNPKG

566 BMarkdownView Raw
1# @artsy/renovate-config
2
3This repo contains the shared configuration for Artsy's [renovate](https://renovatebot.com) setup.
4
5## Usage
6
7Add a `renovate.json` file to the root of your project. Use the `extends` key to uses one of our presets.
8
9Your `renovate.json` file might look something like this
10
11```json
12{
13 "extends": ["@artsy", "@artsy:example"]
14}
15```
16
17Where `@artsy` is the `default` renovate config, and `@artsy:example` is the `example` renovate config (which doesn't actually exist).
18
19The renovate config presets are stored in this projects package.json.