Skip to content

Commit c4102e5

Browse files
authored
Split kotlin renovate updates from patch group (#17641) (#2746)
1 parent 3523ba6 commit c4102e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@
5656
'* 0-7 * * 2', // weekly, before 8am on Tuesday
5757
],
5858
},
59+
{
60+
// keep Kotlin Gradle plugin updates out of the catch-all patch PR because CodeQL often
61+
// fails on them, which blocks unrelated patch updates
62+
matchDepNames: [
63+
'org.jetbrains.kotlin.jvm',
64+
],
65+
schedule: [
66+
'* 0-7 * * 2', // weekly, before 8am on Tuesday
67+
],
68+
groupName: 'kotlin plugin updates',
69+
},
5970

6071
// ── Version constraints ────────────────────────────────────────────
6172

0 commit comments

Comments
 (0)