Skip to content

Commit 8c3486c

Browse files
authored
Split kotlin renovate updates from patch group (#17641) (#447)
Ported from open-telemetry/opentelemetry-java-instrumentation#17641
1 parent a65e0c3 commit 8c3486c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
],
3131
groupName: 'github actions',
3232
},
33+
{
34+
// keep Kotlin Gradle plugin updates out of the catch-all patch PR because CodeQL often
35+
// fails on them, which blocks unrelated patch updates
36+
matchDepNames: [
37+
'org.jetbrains.kotlin.jvm',
38+
],
39+
schedule: [
40+
'* 0-7 * * 2', // weekly, before 8am on Tuesday
41+
],
42+
groupName: 'kotlin plugin updates',
43+
},
3344

3445
// ── Disabled updates ───────────────────────────────────────────────
3546

0 commit comments

Comments
 (0)