We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d728a commit c601d9eCopy full SHA for c601d9e
renovate.json
@@ -5,5 +5,30 @@
5
],
6
"configMigration": true,
7
"minimumReleaseAge": "7 days",
8
- "automerge": true
+ "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
19
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
28
29
+ "com.github.AzisabaNetwork:KDStatusReloaded",
30
+ "com.github.AzisabaNetwork:PlayerSettings"
31
32
+ }
33
34
}
0 commit comments