Skip to content

Commit a30ddb7

Browse files
committed
Split kotlin renovate updates from patch group (#17641)
Ported from open-telemetry/opentelemetry-java-instrumentation#17641
1 parent d412f4f commit a30ddb7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
"schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday
2323
"groupName": "github actions"
2424
},
25+
{
26+
// keep Kotlin Gradle plugin updates out of the catch-all patch PR because CodeQL often
27+
// fails on them, which blocks unrelated patch updates
28+
"matchDepNames": ["org.jetbrains.kotlin.jvm"],
29+
"schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday
30+
"groupName": "kotlin plugin updates"
31+
},
2532

2633
// ── Version constraints ────────────────────────────────────────────
2734

0 commit comments

Comments
 (0)