Skip to content

Commit b466942

Browse files
committed
separate java update as graal is not working
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 701e49d commit b466942

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
groupName: "mise",
1717
schedule: ["before 4am on monday"],
1818
},
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+
matchDepNames: ["java"],
28+
groupName: "java graalvm",
29+
additionalBranchPrefix: "graalvm-",
30+
},
1931
],
2032
customManagers: [
2133
{

0 commit comments

Comments
 (0)