Skip to content

Commit 0f302de

Browse files
authored
Update renovate configuration to merge all income pr's to one.
1 parent ed9a1b8 commit 0f302de

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

renovate.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"groupName": "all dependencies",
7+
"groupSlug": "all",
8+
"lockFileMaintenance": {
9+
"enabled": false
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "all dependencies",
14+
"groupSlug": "all",
15+
"matchPackagePatterns": [
16+
"*"
17+
]
18+
},
19+
{
20+
"groupName": "spigot dependencies",
21+
"groupSlug": "spigotmc",
22+
"matchPackagePatterns": [
23+
"org.spigotmc*"
24+
]
25+
}
26+
],
27+
"separateMajorMinor": true,
28+
"pruneStaleBranches": true
629
}

0 commit comments

Comments
 (0)