mirror of
https://github.com/bitwarden/android.git
synced 2026-04-20 18:12:31 -05:00
48 lines
1010 B
JSON
48 lines
1010 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>bitwarden/renovate-config"
|
|
],
|
|
"ignoreDeps": ["com.bitwarden:sdk-android"],
|
|
"enabledManagers": [
|
|
"github-actions",
|
|
"gradle",
|
|
"bundler"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "gh minor",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "kotlin",
|
|
"description": "Kotlin and Compose dependencies that must be updated together to maintain compatibility.",
|
|
"matchManagers": [
|
|
"gradle"
|
|
],
|
|
"matchPackageNames": [
|
|
"/androidx.compose:compose-bom/",
|
|
"/androidx.lifecycle:*/",
|
|
"/org.jetbrains.kotlin.*/",
|
|
"/com.google.devtools.ksp/"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "bundler minor",
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"matchManagers": [
|
|
"bundler"
|
|
]
|
|
}
|
|
]
|
|
}
|