mirror of
https://github.com/bitwarden/android.git
synced 2024-11-25 02:46:00 +03:00
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>bitwarden/renovate-config"
|
|
],
|
|
"enabledManagers": [
|
|
"github-actions",
|
|
"gradle",
|
|
"bundler"
|
|
],
|
|
"commitMessagePrefix": "[deps]:",
|
|
"commitMessageTopic": "{{depName}}",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "gh minor",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "gradle minor",
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"matchManagers": [
|
|
"gradle"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "kotlin",
|
|
"description": "Kotlin and Compose dependencies that must be updated together to maintain compatibility.",
|
|
"matchPackagePatterns": [
|
|
"androidx.compose:compose-bom",
|
|
"org.jetbrains.kotlin.*",
|
|
"com.google.devtools.ksp"
|
|
],
|
|
"matchManagers": [
|
|
"gradle"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "bundler minor",
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"matchManagers": [
|
|
"bundler"
|
|
]
|
|
}
|
|
]
|
|
}
|