From a30ddb7691338cebe880a0d705ecbaaca576c2b8 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 7 Apr 2026 11:25:11 -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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bb5d4c2921..af04b2d5d0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -22,6 +22,13 @@ "schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday "groupName": "github actions" }, + { + // 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 ────────────────────────────────────────────