We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3523ba6 commit c4102e5Copy full SHA for c4102e5
.github/renovate.json5
@@ -56,6 +56,17 @@
56
'* 0-7 * * 2', // weekly, before 8am on Tuesday
57
],
58
},
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
+ },
70
71
// ── Version constraints ────────────────────────────────────────────
72
0 commit comments