We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d412f4f commit 54f90bdCopy full SHA for 54f90bd
.github/renovate.json5
@@ -22,6 +22,13 @@
22
"schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday
23
"groupName": "github actions"
24
},
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
+ },
32
33
// ── Version constraints ────────────────────────────────────────────
34
0 commit comments