Skip to content

Commit 08c0076

Browse files
committed
fix(ci): split kotlin renovate updates from patch group
1 parent 2868109 commit 08c0076

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
@@ -34,6 +34,17 @@
3434
],
3535
groupName: 'weekly update',
3636
},
37+
{
38+
// keep Kotlin Gradle plugin updates out of the catch-all patch PR because CodeQL often
39+
// fails on them, which blocks unrelated patch updates
40+
matchDepNames: [
41+
'org.jetbrains.kotlin.jvm',
42+
],
43+
schedule: [
44+
'* 0-7 * * 2', // weekly, before 8am on Tuesday
45+
],
46+
groupName: 'kotlin plugin updates',
47+
},
3748

3849
// ── Version constraints ────────────────────────────────────────────
3950

0 commit comments

Comments
 (0)