No description
Find a file
oss-core-libraries-dashboard[bot] cabc3d7cef
[COMPLIANCE] Update Copyright and License Headers (#4)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:29:06 +05:30
LICENSE [COMPLIANCE] Update Copyright and License Headers (#4) 2026-02-20 15:29:06 +05:30
only-hashicorp.json fix: excludePackagePatterns 2019-05-24 21:06:41 +02:00
README.md Add usage to README 2019-05-24 10:32:32 -06:00

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"]
}