We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 807cd3c + afa4e2e commit 933c6ffCopy full SHA for 933c6ff
1 file changed
.github/dependabot.yml
@@ -8,9 +8,15 @@ updates:
8
k8s-deps:
9
patterns:
10
- "*k8s.io*"
11
+ non-k8s-deps:
12
+ patterns:
13
+ - "*"
14
+ exclude-patterns:
15
+ - "*k8s.io*"
16
labels:
17
- "area/dependency"
18
- "ok-to-test"
19
+ - "release-note-none"
20
21
- package-ecosystem: "github-actions"
22
directory: "/"
@@ -19,6 +25,7 @@ updates:
25
26
27
28
29
23
30
- package-ecosystem: "docker"
24
31
@@ -27,3 +34,4 @@ updates:
34
35
36
37
0 commit comments