mirror of
https://github.com/bitwarden/android.git
synced 2026-08-01 03:05:47 -05:00
chore: Update renovate.json file (#7130)
This commit is contained in:
+18
-4
@@ -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/"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user