isabella232 / renovate-configs

Shared config files for Renovate Bot - https://renovatebot.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

renovate-configs

Shared config files for Renovate Bot - https://renovatebot.com/docs/

These config files are used across a range of sites and projets to manage Renovate dependency management pull requests.

only-hashicorp.json

This is a very specific config that only opens PRs for updated packages within the @hashicorp NPM ogranization. This config is primarily used to automate updates from our web-components repo

Usage

To add this configuration to your project, create a renovate.json file at the root of your project with the following contents:

{
  "extends": ["github>hashicorp/renovate-configs:only-hashicorp"]
}

About

Shared config files for Renovate Bot - https://renovatebot.com/docs/