bitwarden-android/.github/renovate.json

33 lines
934 B
JSON
Raw Normal View History

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