Skip to content

Commit fb205de

Browse files
flaviophyrog
authored andcommitted
automation: bump k8s deps together
Configure dependabot to update certain Kubernetes dependencies together, inside of the same PR. Otherwise the test will break. Signed-off-by: Flavio Castelli <[email protected]>
1 parent b6cc08a commit fb205de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ updates:
3030
interval: "daily"
3131
labels:
3232
- "area/dependencies"
33+
groups:
34+
k8s:
35+
patterns:
36+
- "k8s.io/api"
37+
- "k8s.io/apimachinery"
38+
- "k8s.io/client-go"
39+
- "sigs.k8s.io/controller-runtime"

0 commit comments

Comments
 (0)