File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:recommended"
5+ ],
6+ "postUpdateOptions" : [" gomodTidy" ],
7+ "packageRules" : [
8+ {
9+ "matchManagers" : [" gomod" ],
10+ "matchDepTypes" : [" golang" ],
11+ "rangeStrategy" : " bump" ,
12+ "groupName" : " Go toolchain"
13+ },
14+ {
15+ "matchManagers" : [" github-actions" ],
16+ "matchDepNames" : [" go" ],
17+ "groupName" : " Go toolchain"
18+ },
19+ {
20+ "matchManagers" : [" gomod" ],
21+ "excludePackageNames" : [" go" ],
22+ "matchUpdateTypes" : [" minor" , " patch" ],
23+ "groupName" : " Go dependencies (non-major)"
24+ },
25+ {
26+ "matchManagers" : [" gomod" ],
27+ "excludePackageNames" : [" go" ],
28+ "matchUpdateTypes" : [" major" ],
29+ "groupName" : " Go dependencies (major)"
30+ }
531 ]
632}
You can’t perform that action at this time.
0 commit comments