Skip to content

Commit

Permalink
chore: group csi spec and csi-test packages updates (#587)
Browse files Browse the repository at this point in the history
Ensure related packages are updated together.
  • Loading branch information
jooola authored Apr 2, 2024
1 parent d8a8456 commit 0bc979c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hetznercloud/.github//renovate/default"]
"extends": ["github>hetznercloud/.github//renovate/default"],
"packageRules": [
{
"groupName": "github.com/container-storage-interface/spec",
"matchPackagePrefixes": [
"github.com/container-storage-interface/spec",
"github.com/kubernetes-csi/csi-test"
]
}
]
}

0 comments on commit 0bc979c

Please sign in to comment.