File tree Expand file tree Collapse file tree 1 file changed +46
-4
lines changed
Expand file tree Collapse file tree 1 file changed +46
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,51 @@ updates:
33 - package-ecosystem : gomod
44 directory : " /"
55 schedule :
6- interval : daily
7- open-pull-requests-limit : 10
8- - package-ecosystem : " github-actions"
9- directory : " /"
6+ interval : weekly
7+ groups :
8+ golang-org-deps :
9+ patterns :
10+ - " golang.org/*"
11+ k8s-deps :
12+ patterns :
13+ - " k8s.io/*"
14+ google-deps :
15+ patterns :
16+ - " github.com/google/*"
17+ linode-deps :
18+ patterns :
19+ - " github.com/linode/*"
20+ - package-ecosystem : gomod
21+ directory : " /k8s"
22+ schedule :
23+ interval : weekly
24+ groups :
25+ golang-org-deps :
26+ patterns :
27+ - " golang.org/*"
28+ k8s-deps :
29+ patterns :
30+ - " k8s.io/*"
31+ google-deps :
32+ patterns :
33+ - " github.com/google/*"
34+ linode-deps :
35+ patterns :
36+ - " github.com/linode/*"
37+ - package-ecosystem : gomod
38+ directory : " /test"
1039 schedule :
1140 interval : weekly
41+ groups :
42+ golang-org-deps :
43+ patterns :
44+ - " golang.org/*"
45+ k8s-deps :
46+ patterns :
47+ - " k8s.io/*"
48+ google-deps :
49+ patterns :
50+ - " github.com/google/*"
51+ linode-deps :
52+ patterns :
53+ - " github.com/linode/*"
You can’t perform that action at this time.
0 commit comments