Skip to content

Commit b789697

Browse files
authored
Split kotlin renovate updates from patch group (#17641) (#8262)
1 parent 8fcba19 commit b789697

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

3950
// ── Version constraints ────────────────────────────────────────────
4051

0 commit comments

Comments
 (0)