Skip to content

Commit a1798e3

Browse files
authored
separate java update as graal is not working (#1811)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent e9609fc commit a1798e3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.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)