Skip to content

Commit 68e366e

Browse files
authored
chore: group go hashicorp dependencies updates (#893)
- Reduce the amount of CI pipelines. - Some packages might require others HashiCorp packages to be updated to function.
1 parent af4bba3 commit 68e366e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>hetznercloud/.github//renovate/default"]
3+
"extends": ["github>hetznercloud/.github//renovate/default"],
4+
"packageRules": [
5+
{
6+
"matchPackagePrefixes": ["github.com/hashicorp/"],
7+
"groupName": "hashicorp"
8+
}
9+
]
410
}

0 commit comments

Comments
 (0)