We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcba19 commit b789697Copy full SHA for b789697
1 file changed
.github/renovate.json5
@@ -35,6 +35,17 @@
35
],
36
groupName: 'weekly update',
37
},
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
+ },
49
50
// ── Version constraints ────────────────────────────────────────────
51
0 commit comments