We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2868109 commit 08c0076Copy full SHA for 08c0076
1 file changed
.github/renovate.json5
@@ -34,6 +34,17 @@
34
],
35
groupName: 'weekly update',
36
},
37
+ {
38
+ // keep Kotlin Gradle plugin updates out of the catch-all patch PR because CodeQL often
39
+ // fails on them, which blocks unrelated patch updates
40
+ matchDepNames: [
41
+ 'org.jetbrains.kotlin.jvm',
42
+ ],
43
+ schedule: [
44
+ '* 0-7 * * 2', // weekly, before 8am on Tuesday
45
46
+ groupName: 'kotlin plugin updates',
47
+ },
48
49
// ── Version constraints ────────────────────────────────────────────
50
0 commit comments