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.
2 parents 0823d98 + 25e4a05 commit 56838b3Copy full SHA for 56838b3
.github/dependabot.yaml
@@ -1,10 +1,29 @@
1
----
2
version: 2
+enable-beta-ecosystems: true
3
updates:
4
- package-ecosystem: gomod
5
directory: "/"
6
+ allow:
7
+ - dependency-type: "all"
8
schedule:
- interval: daily
9
+ interval: weekly
10
+ groups:
11
+ golang-dependencies:
12
+ patterns:
13
+ - "github.com/golang*"
14
+ k8s-dependencies:
15
16
+ - "k8s.io*"
17
+ - "sigs.k8s.io*"
18
+ - "github.com/kubernetes-csi*"
19
+ github-dependencies:
20
21
+ - "*"
22
+ exclude-patterns:
23
24
25
26
27
labels:
28
- "area/dependency"
29
- "release-note-none"
0 commit comments