We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca1efe commit 924d1cdCopy full SHA for 924d1cd
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+version: 2
2
+enable-beta-ecosystems: true
3
+updates:
4
+
5
+ - package-ecosystem: "gomod"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ groups: # batch updates together for fewer dependabot PRs
10
+ golang-dependencies:
11
+ patterns:
12
+ - "github.com/golang*"
13
+ k8s-dependencies:
14
15
+ - "k8s.io*"
16
+ - "sigs.k8s.io*"
17
+ exclude-patterns:
18
+ # controller-runtime has history of breaking API changes more often than other k8s projects
19
+ - "sigs.k8s.io/controller-runtime"
20
+ github-dependencies:
21
22
+ - "github.com*"
23
24
+ - package-ecosystem: "docker"
25
26
27
0 commit comments