Skip to content

Commit

Permalink
chore: group go hashicorp dependencies updates (#893)
Browse files Browse the repository at this point in the history
- Reduce the amount of CI pipelines.
- Some packages might require others HashiCorp packages to be updated to
function.
  • Loading branch information
jooola authored Mar 11, 2024
1 parent af4bba3 commit 68e366e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hetznercloud/.github//renovate/default"]
"extends": ["github>hetznercloud/.github//renovate/default"],
"packageRules": [
{
"matchPackagePrefixes": ["github.com/hashicorp/"],
"groupName": "hashicorp"
}
]
}

0 comments on commit 68e366e

Please sign in to comment.