Skip to content

Commit 1e59e4b

Browse files
dependency: migrate config renovate.json (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c25b9a7 commit 1e59e4b

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

renovate.json

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"dependencyDashboard": true,
44
"extends": [
5-
"config:base"
5+
"config:recommended"
66
],
77
"groupName": "all dependencies",
88
"groupSlug": "all",
@@ -15,30 +15,39 @@
1515
"packageRules": [
1616
{
1717
"groupName": "patch",
18-
"matchPackagePatterns": [
19-
"*"
18+
"matchUpdateTypes": [
19+
"patch"
2020
],
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+
]
2427
},
2528
{
2629
"groupName": "minor",
27-
"matchPackagePatterns": [
28-
"*"
30+
"matchUpdateTypes": [
31+
"minor"
2932
],
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+
]
3339
},
3440
{
3541
"groupName": "all-major",
36-
"matchPackagePatterns": [
37-
"*"
42+
"matchUpdateTypes": [
43+
"major"
3844
],
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+
]
4251
}
4352
]
4453
}

0 commit comments

Comments
 (0)