diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ee7979ea..ba848b42 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -22,6 +22,14 @@ ], "groupName": "androidx" }, + { + // Compose compiler is tightly coupled to Kotlin version + "groupName": "Kotlin and Compose", + "matchPackagePrefixes": [ + "androidx.compose.compiler", + "org.jetbrains.kotlin", + ], + }, { "matchPackagePatterns": [ "^io.sentry", @@ -29,13 +37,6 @@ ], "groupName": "sentry" }, - { - "matchPackagePatterns": [ - "^kotlin", - "^org.jetbrains.kotlin", - ], - "groupName": "kotlin" - }, { "managers": [ "gradle"