Skip to content

Commit 5630086

Browse files
authored
build: Only allow patch updates to k8s libs (#551)
This is because controller-runtime still requires 0.29.x dependencies so cannot upgrde to 0.30.0.
1 parent 2358136 commit 5630086

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ updates:
1616
k8s:
1717
patterns:
1818
- "k8s.io*"
19+
update-types:
20+
- patch
21+
k8s-sigs:
22+
patterns:
1923
- "sigs.k8s.io*"
2024

2125
- package-ecosystem: "gomod"
@@ -26,6 +30,10 @@ updates:
2630
k8s:
2731
patterns:
2832
- "k8s.io*"
33+
update-types:
34+
- patch
35+
k8s-sigs:
36+
patterns:
2937
- "sigs.k8s.io*"
3038

3139
- package-ecosystem: "gomod"
@@ -36,6 +44,10 @@ updates:
3644
k8s:
3745
patterns:
3846
- "k8s.io*"
47+
update-types:
48+
- patch
49+
k8s-sigs:
50+
patterns:
3951
- "sigs.k8s.io*"
4052

4153
- package-ecosystem: "gomod"

0 commit comments

Comments
 (0)