Skip to content

Commit 1b0b9c9

Browse files
authored
Use global renovate config.
1 parent eb88d9b commit 1b0b9c9

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

renovate.json

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,5 @@
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
}

0 commit comments

Comments
 (0)