We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9609fc commit a1798e3Copy full SHA for a1798e3
1 file changed
.github/renovate.json5
@@ -16,6 +16,18 @@
16
groupName: "mise",
17
schedule: ["before 4am on monday"],
18
},
19
+ {
20
+ matchFileNames: ["mise.toml"],
21
+ matchDepNames: ["java"],
22
+ groupName: "java temurin",
23
+ additionalBranchPrefix: "temurin-",
24
+ },
25
26
+ matchFileNames: [".mise/envs/native/mise.toml"],
27
28
+ groupName: "java graalvm",
29
+ additionalBranchPrefix: "graalvm-",
30
31
],
32
customManagers: [
33
{
0 commit comments