File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:base" ],
4- "groupName" : " all dependencies" ,
5- "groupSlug" : " all" ,
6- "lockFileMaintenance" : {
7- "enabled" : false
8- },
9- "packageRules" : [
10- {
11- "groupName" : " all minor and patch dependencies" ,
12- "groupSlug" : " minor-patch" ,
13- "matchPackagePatterns" : [" *" ],
14- "updateTypes" : [" minor" , " patch" ],
15- "automerge" : true
16- },
17- {
18- "groupName" : " all major dependencies" ,
19- "groupSlug" : " major" ,
20- "matchPackagePatterns" : [" *" ],
21- "updateTypes" : [" major" ],
22- "automerge" : false
23- }
24- ],
25- "separateMajorMinor" : true ,
26- "pruneStaleBranches" : true ,
27- "commitMessagePrefix" : " [Renovate]"
2+ "extends" : [
3+ " local>EternalCodeTeam/.github:renovate-config"
4+ ]
285}
You can’t perform that action at this time.
0 commit comments