diff --git a/.github/renovate.json b/.github/renovate.json index 79b2c81da1a..6acec69f03a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,6 +21,18 @@ "patch" ] }, + { + "groupName": "firebase", + "description": "Firebase dependencies that must be updated together to maintain compatibility.", + "matchManagers": [ + "gradle" + ], + "matchPackageNames": [ + "/com.google.firebase.*/", + "/com.google.firebase/", + "/com.google.gms.google-services/" + ] + }, { "groupName": "kotlin", "description": "Kotlin and Compose dependencies that must be updated together to maintain compatibility.", @@ -28,8 +40,6 @@ "gradle" ], "matchPackageNames": [ - "/androidx.compose:compose-bom/", - "/androidx.lifecycle:*/", "/org.jetbrains.kotlin.*/", "/com.google.devtools.ksp/" ]