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