mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
22 lines
501 B
JSON
22 lines
501 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
"schedule:monthly",
|
||
|
":maintainLockFilesMonthly",
|
||
|
":preserveSemverRanges",
|
||
|
":rebaseStalePrs",
|
||
|
":disableDependencyDashboard"
|
||
|
],
|
||
|
"enabledManagers": [
|
||
|
"nuget"
|
||
|
],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchManagers": ["nuget"],
|
||
|
"groupName": "Nuget updates",
|
||
|
"groupSlug": "nuget",
|
||
|
"separateMajorMinor": false
|
||
|
}
|
||
|
]
|
||
|
}
|