@artsy/renovate-config

1.22.0 • Public • Published

@artsy/renovate-config

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

Usage

Configuration

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.

Integration

To add Renovate integration to a project:

Using personal or administrtive github account:

  1. Navigate to: https://github.com/settings/organizations

    Using personal github account

    1. Click "Switch to another account" (at the top of the page)
      1. Select "artsy"
  2. Click "Installed GitHub Apps" (left menu panel)
  3. Find Renovate and click "Configure"
  4. Scroll down to "Repository access"
  5. Click "Select Repositories"
    1. Type a repository name
    2. Click to add the repository
  6. Click Save
  7. Confirm that Renovate integration was added in (selected) respository
    1. Navigate to repository
    2. Click on Settings > Integrations
    3. Confirm that Renovate is on the list

Readme

Keywords

none

Package Sidebar

Install

npm i @artsy/renovate-config

Weekly Downloads

1

Version

1.22.0

License

MIT

Unpacked Size

87.6 kB

Total Files

8

Last publish

Collaborators

  • joeyaghion
  • artsy-engineering
  • damassi
  • anandaroop
  • mzikherman
  • dblandin