Skip to content

Commit 0366060

Browse files
committed
build: Bundle k8s.io/* back in with sigs.k8s.io/* dependencies
These have to be inline with controller-runtime dependencies so we have to bundle them together.
1 parent 3ad5620 commit 0366060

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/dependabot.yml

-12
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ updates:
1616
k8s:
1717
patterns:
1818
- "k8s.io*"
19-
update-types:
20-
- patch
21-
k8s-sigs:
22-
patterns:
2319
- "sigs.k8s.io*"
2420

2521
- package-ecosystem: "gomod"
@@ -30,10 +26,6 @@ updates:
3026
k8s:
3127
patterns:
3228
- "k8s.io*"
33-
update-types:
34-
- patch
35-
k8s-sigs:
36-
patterns:
3729
- "sigs.k8s.io*"
3830

3931
- package-ecosystem: "gomod"
@@ -44,10 +36,6 @@ updates:
4436
k8s:
4537
patterns:
4638
- "k8s.io*"
47-
update-types:
48-
- patch
49-
k8s-sigs:
50-
patterns:
5139
- "sigs.k8s.io*"
5240

5341
- package-ecosystem: "gomod"

0 commit comments

Comments
 (0)