From d7c24d0177b4a2b137697c3da4f2108ac6acf2e4 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Wed, 15 May 2024 11:38:03 -0400 Subject: [PATCH] Group compose compiler updates with other Kotlin dependencies (#1375) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index aa9c41859e..6f6dc96a63 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -35,6 +35,7 @@ "groupName": "kotlin", "description": "Kotlin and Compose dependencies that must be updated together to maintain compatibility.", "matchPackagePatterns": [ + "androidx.compose.compiler:compiler", "androidx.compose:compose-bom", "org.jetbrains.kotlin.*", "com.google.devtools.ksp"