mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-05 09:01:11 +01: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
|
|
}
|
|
]
|
|
} |