mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
38 lines
940 B
JSON
38 lines
940 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
":combinePatchMinorReleases",
|
||
|
":dependencyDashboard",
|
||
|
":maintainLockFilesWeekly",
|
||
|
":pinAllExceptPeerDependencies",
|
||
|
":prConcurrentLimit10",
|
||
|
":rebaseStalePrs",
|
||
|
"schedule:weekends",
|
||
|
":separateMajorReleases"
|
||
|
],
|
||
|
"enabledManagers": ["cargo", "github-actions", "npm", "nuget"],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"groupName": "cargo minor",
|
||
|
"matchManagers": ["cargo"],
|
||
|
"matchUpdateTypes": ["minor", "patch"]
|
||
|
},
|
||
|
{
|
||
|
"groupName": "gh minor",
|
||
|
"matchManagers": ["github-actions"],
|
||
|
"matchUpdateTypes": ["minor", "patch"]
|
||
|
},
|
||
|
{
|
||
|
"groupName": "npm minor",
|
||
|
"matchManagers": ["npm"],
|
||
|
"matchUpdateTypes": ["minor", "patch"]
|
||
|
},
|
||
|
{
|
||
|
"groupName": "nuget minor",
|
||
|
"matchManagers": ["nuget"],
|
||
|
"matchUpdateTypes": ["minor", "patch"]
|
||
|
}
|
||
|
]
|
||
|
}
|