mirror of
https://github.com/hashicorp/renovate-configs
synced 2026-04-05 18:50:47 +00:00
No description
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| LICENSE | ||
| only-hashicorp.json | ||
| README.md | ||
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"]
}