bitwarden-android/.github/renovate.json

58 lines
1.1 KiB
JSON
Raw Normal View History

2023-07-14 19:56:49 +03:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2024-04-03 17:09:05 +03:00
"github>bitwarden/renovate-config"
2023-07-14 19:56:49 +03:00
],
2024-04-03 17:09:05 +03:00
"enabledManagers": [
"github-actions",
"gradle",
"bundler"
],
"commitMessagePrefix": "[deps]:",
"commitMessageTopic": "{{depName}}",
2023-07-14 19:56:49 +03:00
"packageRules": [
{
2024-04-03 17:09:05 +03:00
"groupName": "gh minor",
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch"
]
2023-07-14 19:56:49 +03:00
},
{
2024-04-03 17:09:05 +03:00
"groupName": "gradle minor",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchManagers": [
"gradle"
]
2023-07-14 19:56:49 +03:00
},
{
2024-04-03 17:09:05 +03:00
"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"
]
2023-07-14 19:56:49 +03:00
},
{
2024-04-03 17:09:05 +03:00
"groupName": "bundler minor",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchManagers": [
"bundler"
]
2023-07-14 19:56:49 +03:00
}
]
}