From 6ee5b5766ba5d9765eb20522f0e40a7673dbae23 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 7 Apr 2026 11:52:38 -0700 Subject: [PATCH] Split kotlin renovate updates from patch group (#17641) Ported from https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17641 --- .github/renovate.json5 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0b0d492f828..a44c785ee0b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -35,6 +35,17 @@ ], groupName: 'weekly update', }, + { + // keep Kotlin Gradle plugin updates out of the catch-all patch PR because CodeQL often + // fails on them, which blocks unrelated patch updates + matchDepNames: [ + 'org.jetbrains.kotlin.jvm', + ], + schedule: [ + '* 0-7 * * 2', // weekly, before 8am on Tuesday + ], + groupName: 'kotlin plugin updates', + }, // ── Version constraints ────────────────────────────────────────────