From 60678e501799757f31a9090c01fb51cfe230254d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 7 Apr 2026 11:52:48 -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 300ee6f..3aa2f0d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,6 +30,17 @@ ], 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', + }, // ── Disabled updates ───────────────────────────────────────────────