Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
],
groupName: 'weekly update',
},
{
// keep Kotlin Gradle plugin updates out of the catch-all patch PR because CodeQL often
// fails on them, which blocks unrelated patch updates
matchDepNames: [
'org.jetbrains.kotlin.jvm',
],
schedule: [
'* 0-7 * * 2', // weekly, before 8am on Tuesday
],
groupName: 'kotlin plugin updates',
},

// ── Version constraints ────────────────────────────────────────────

Expand Down
Loading