File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ # Track in case we ever add dependencies.
34 - package-ecosystem : ' gomod'
45 directories :
56 - ' /'
7+ schedule :
8+ interval : ' weekly'
9+ commit-message :
10+ prefix : ' chore'
11+
12+ # Keep examples up-to-date.
13+ - package-ecosystem : ' gomod'
14+ directories :
615 - ' /internal/examples'
7- - ' /internal/thirdparty'
816 schedule :
917 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 :
29+ - ' /internal/thirdparty'
30+ schedule :
31+ interval : ' monthly'
32+ commit-message :
33+ prefix : ' chore'
34+ labels : []
35+ groups :
36+ thirdparty :
37+ patterns :
38+ - ' *'
You can’t perform that action at this time.
0 commit comments