Skip to content

Commit 460a7a4

Browse files
committed
fix: exclude k8s.io dependencies from dependabot updates
1 parent 76e80d1 commit 460a7a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: daily
12-
groups:
13-
k8s.io:
14-
patterns:
15-
- "k8s.io/*"
12+
ignore:
13+
- dependency-name: "k8s.io/*"

0 commit comments

Comments
 (0)