File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -2,37 +2,23 @@ version: 2
22updates :
33 # Track in case we ever add dependencies.
44 - package-ecosystem : ' gomod'
5- directories :
6- - ' /'
5+ directory : ' /'
76 schedule :
87 interval : ' weekly'
98 commit-message :
109 prefix : ' chore'
1110
12- # Keep examples up-to-date.
11+ # Keep example and test/benchmark deps up-to-date.
1312 - package-ecosystem : ' gomod'
1413 directories :
1514 - ' /internal/examples'
16- schedule :
17- interval : ' weekly'
18- commit-message :
19- prefix : ' chore'
20- labels : []
21- groups :
22- examples :
23- patterns :
24- - ' *'
25-
26- # Tests, these are not critical but we should keep them up-to-date.
27- - package-ecosystem : ' gomod'
28- directories :
2915 - ' /internal/thirdparty'
3016 schedule :
3117 interval : ' monthly'
3218 commit-message :
3319 prefix : ' chore'
3420 labels : []
3521 groups :
36- thirdparty :
22+ internal-deps :
3723 patterns :
3824 - ' *'
You can’t perform that action at this time.
0 commit comments