From b466942efa3d17543f03624b37cf1f45058c7441 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 26 Jan 2026 10:21:17 +0100 Subject: [PATCH] separate java update as graal is not working Signed-off-by: Gregor Zeitlinger --- .github/renovate.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 67c8c137f..e910c42ff 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,6 +16,18 @@ groupName: "mise", schedule: ["before 4am on monday"], }, + { + matchFileNames: ["mise.toml"], + matchDepNames: ["java"], + groupName: "java temurin", + additionalBranchPrefix: "temurin-", + }, + { + matchFileNames: [".mise/envs/native/mise.toml"], + matchDepNames: ["java"], + groupName: "java graalvm", + additionalBranchPrefix: "graalvm-", + }, ], customManagers: [ {