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 6ca851c + 2709982 commit ee7b090Copy full SHA for ee7b090
1 file changed
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ - package-ecosystem: "gomod"
8
9
10
11
+ groups:
12
+ k8s-dependencies:
13
+ patterns:
14
+ - "k8s.io/*"
15
+ - "sigs.k8s.io/*"
16
+ golang-x-deps:
17
18
+ - "golang.org/x/*"
19
+ - package-ecosystem: "docker"
20
21
22
0 commit comments