File tree Expand file tree Collapse file tree 1 file changed +34
-5
lines changed
Expand file tree Collapse file tree 1 file changed +34
-5
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : ' gomod'
3+ # Track in case we ever add dependencies.
4+ - package-ecosystem : " gomod"
45 directories :
5- - ' /'
6- - ' /internal/examples'
7- - ' /internal/thirdparty'
6+ - " /"
87 schedule :
9- interval : ' weekly'
8+ interval : " weekly"
9+ commit-message :
10+ prefix : " chore"
11+
12+ # Keep examples up-to-date.
13+ - package-ecosystem : " gomod"
14+ directories :
15+ - " /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 :
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