From 168d6d437e8e7e955a8832d809cd99bf7643b283 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 29 Jun 2023 20:05:49 +0530 Subject: fix(renovate): group Kotlin and Compose compiler updates for Renovate --- .github/renovate.json5 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.github/renovate.json5') diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ee7979ea..ba848b42 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,18 +23,19 @@ "groupName": "androidx" }, { - "matchPackagePatterns": [ - "^io.sentry", - "^sentry", + // Compose compiler is tightly coupled to Kotlin version + "groupName": "Kotlin and Compose", + "matchPackagePrefixes": [ + "androidx.compose.compiler", + "org.jetbrains.kotlin", ], - "groupName": "sentry" }, { "matchPackagePatterns": [ - "^kotlin", - "^org.jetbrains.kotlin", + "^io.sentry", + "^sentry", ], - "groupName": "kotlin" + "groupName": "sentry" }, { "managers": [ -- cgit v1.2.3