Skip to content

Commit c601d9e

Browse files
committed
feat: explicit auto-merge
1 parent e7d728a commit c601d9e

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

renovate.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,30 @@
55
],
66
"configMigration": true,
77
"minimumReleaseAge": "7 days",
8-
"automerge": true
8+
"packageRules": [
9+
{
10+
"groupName": "auto-update-junit",
11+
"automerge": true,
12+
"matchPackageNames": [
13+
"org.junit:junit-bom"
14+
]
15+
},
16+
{
17+
"groupName": "auto-update-external",
18+
"automerge": true,
19+
"matchPackageNames": [
20+
"de.exlll:configlib-yaml",
21+
"com.github.ben-manes.caffeine:caffeine",
22+
"org.jspecify:jspecify"
23+
]
24+
},
25+
{
26+
"groupName": "auto-update-internal",
27+
"automerge": true,
28+
"matchPackageNames": [
29+
"com.github.AzisabaNetwork:KDStatusReloaded",
30+
"com.github.AzisabaNetwork:PlayerSettings"
31+
]
32+
}
33+
]
934
}

0 commit comments

Comments
 (0)