File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "schedule" : [" every monday" ],
3+ "schedule" : [
4+ " on monday"
5+ ],
46 "packageRules" : [
57 {
6- "matchManagers" : [" gomod" ],
7- "matchUpdateTypes" : [" digest" ],
8+ "matchManagers" : [
9+ " gomod"
10+ ],
11+ "matchUpdateTypes" : [
12+ " digest"
13+ ],
814 "enabled" : false
915 },
1016 {
11- "matchManagers" : [" gomod" ],
12- "matchDepTypes" : [" indirect" ],
17+ "matchManagers" : [
18+ " gomod"
19+ ],
20+ "matchDepTypes" : [
21+ " indirect"
22+ ],
1323 "enabled" : false
1424 },
1525 {
16- "matchManagers" : [" gomod" ],
17- "matchUpdateTypes" : [" minor" , " patch" ],
26+ "matchManagers" : [
27+ " gomod"
28+ ],
29+ "matchUpdateTypes" : [
30+ " minor" ,
31+ " patch"
32+ ],
1833 "groupName" : " go module minor/patch updates"
1934 },
2035 {
21- "matchManagers" : [" dockerfile" ],
36+ "matchManagers" : [
37+ " dockerfile"
38+ ],
2239 "groupName" : " docker image updates"
2340 }
2441 ]
You can’t perform that action at this time.
0 commit comments