Skip to content

Commit

Permalink
Renovate: Couple Kotlin tooling with Kotlin language version updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton authored Nov 2, 2023
1 parent abd38bd commit d374518
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"packageRules": [
{
// Compiler plugins are tightly coupled to Kotlin version
"groupName": "Kotlin",
"matchPackagePrefixes": [
"androidx.compose.compiler",
"dev.drewhamilton.poko",
"org.jetbrains.kotlin",
"org.jetbrains.kotlinx:binary-compatibility-validator",
],
},
],
}

0 comments on commit d374518

Please sign in to comment.