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: [ {