From 168d6d437e8e7e955a8832d809cd99bf7643b283 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 29 Jun 2023 20:05:49 +0530 Subject: [PATCH] fix(renovate): group Kotlin and Compose compiler updates for Renovate --- .github/renovate.json5 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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"