We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0804c9 commit 1ca5adbCopy full SHA for 1ca5adb
.github/dependabot.yml
@@ -34,6 +34,17 @@ updates:
34
- "k8s.io*"
35
- "sigs.k8s.io*"
36
- "github.com/kubernetes-csi*"
37
+ github-dependencies:
38
+ patterns:
39
+ - "*"
40
+ exclude-patterns:
41
+ - "golang.org/x*"
42
+ - "cloud.google.com/go*"
43
+ - "google.golang.org*"
44
+ - "github.com/onsi*"
45
+ - "k8s.io*"
46
+ - "sigs.k8s.io*"
47
+ - "github.com/kubernetes-csi*"
48
labels:
49
- "area/dependency"
50
- "release-note-none"
0 commit comments