chore: Update renovate.json file (#7130)

This commit is contained in:
David Perez
2026-07-06 19:10:22 +00:00
committed by GitHub
parent c40d131d3d
commit a24507981d
+18 -4
View File
@@ -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/"
]