Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artsy/renovate-config

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artsy/renovate-config

Arty's Renovate preset configs

  • 1.22.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
152
increased by623.81%
Maintainers
6
Weekly downloads
 
Created
Source

@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

FAQs

Package last updated on 20 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc