Skip to content

Commit 54f90bd

Browse files
authored
Split kotlin renovate updates from patch group (#17641) (#1086)
1 parent d412f4f commit 54f90bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.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)