From 1e29fec469b2743ffe4d273724e189e02be2c96e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:33:44 -0500 Subject: [PATCH] chore(deps): update androidx (general) to v1.11.0-rc01 (#5099) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Rich --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 0a4ddeab0..e08e3d2f3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -74,6 +74,14 @@ "!/^androidx\\.hilt/" ] }, + { + "description": "Group JetBrains Compose Multiplatform plugin and libraries (separate versioning from AndroidX Compose)", + "groupName": "Compose Multiplatform (JetBrains)", + "groupSlug": "compose-multiplatform", + "matchPackageNames": [ + "/^org\\.jetbrains\\.compose/" + ] + }, { "description": "Group Kotlin standard library, coroutines, and serialization", "groupName": "Kotlin Ecosystem", @@ -277,6 +285,7 @@ "matchPackageNames": [ "/^org\\.jetbrains\\.kotlin/", "/^org\\.jetbrains\\.kotlinx/", + "/^org\\.jetbrains\\.compose/", "/^com\\.google\\.dagger/", "/^androidx\\.hilt/", "/^com\\.google\\.protobuf/",