File tree Expand file tree Collapse file tree 1 file changed +25
-16
lines changed Expand file tree Collapse file tree 1 file changed +25
-16
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"dependencyDashboard" : true ,
4
4
"extends" : [
5
- " config:base "
5
+ " config:recommended "
6
6
],
7
7
"groupName" : " all dependencies" ,
8
8
"groupSlug" : " all" ,
15
15
"packageRules" : [
16
16
{
17
17
"groupName" : " patch" ,
18
- "matchPackagePatterns " : [
19
- " * "
18
+ "matchUpdateTypes " : [
19
+ " patch "
20
20
],
21
- "excludePackagePatterns" : [" org.spigotmc*" , " net.fabricmc*" ],
22
- "updateTypes" : [" patch" ],
23
- "automerge" : true
21
+ "automerge" : true ,
22
+ "matchPackageNames" : [
23
+ " *" ,
24
+ " !/org.spigotmc*/" ,
25
+ " !/net.fabricmc*/"
26
+ ]
24
27
},
25
28
{
26
29
"groupName" : " minor" ,
27
- "matchPackagePatterns " : [
28
- " * "
30
+ "matchUpdateTypes " : [
31
+ " minor "
29
32
],
30
- "excludePackagePatterns" : [" org.spigotmc*" , " net.fabricmc*" ],
31
- "updateTypes" : [" minor" ],
32
- "automerge" : true
33
+ "automerge" : true ,
34
+ "matchPackageNames" : [
35
+ " *" ,
36
+ " !/org.spigotmc*/" ,
37
+ " !/net.fabricmc*/"
38
+ ]
33
39
},
34
40
{
35
41
"groupName" : " all-major" ,
36
- "matchPackagePatterns " : [
37
- " * "
42
+ "matchUpdateTypes " : [
43
+ " major "
38
44
],
39
- "updateTypes" : [" major" ],
40
- "excludePackagePatterns" : [" org.spigotmc*" , " net.fabricmc*" ],
41
- "automerge" : false
45
+ "automerge" : false ,
46
+ "matchPackageNames" : [
47
+ " *" ,
48
+ " !/org.spigotmc*/" ,
49
+ " !/net.fabricmc*/"
50
+ ]
42
51
}
43
52
]
44
53
}
You can’t perform that action at this time.
0 commit comments