File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ enable-beta-ecosystems: true
3
3
updates :
4
4
5
5
- package-ecosystem : " gomod"
6
- directory : " /"
6
+ directories :
7
+ - " **/*"
7
8
schedule :
8
9
interval : " weekly"
9
- groups : # batch updates together for fewer dependabot PRs
10
+ groups :
10
11
golang-dependencies :
11
12
patterns :
12
13
- " github.com/golang*"
@@ -18,11 +19,15 @@ updates:
18
19
exclude-patterns :
19
20
# controller-runtime has history of breaking API changes more often than other k8s projects
20
21
- " sigs.k8s.io/controller-runtime"
21
- github-dependencies :
22
- patterns :
23
- - " github.com*"
24
22
25
23
- package-ecosystem : " docker"
26
- directory : " /"
24
+ directories :
25
+ - " **/*"
26
+ schedule :
27
+ interval : " weekly"
28
+
29
+ - package-ecosystem : " github-actions"
30
+ directories :
31
+ - " **/*"
27
32
schedule :
28
33
interval : " weekly"
You can’t perform that action at this time.
0 commit comments