diff --git a/.github/renovate.json b/.github/renovate.json index 79b2c81da1a..7bd05af9fb7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,8 +3,12 @@ "extends": [ "github>bitwarden/renovate-config" ], - "labels": ["t:deps"], - "ignoreDeps": ["com.bitwarden:sdk-android"], + "labels": [ + "t:deps" + ], + "ignoreDeps": [ + "com.bitwarden:sdk-android" + ], "enabledManagers": [ "github-actions", "gradle", @@ -21,6 +25,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 +44,6 @@ "gradle" ], "matchPackageNames": [ - "/androidx.compose:compose-bom/", - "/androidx.lifecycle:*/", "/org.jetbrains.kotlin.*/", "/com.google.devtools.ksp/" ]