2023-07-14 19:56:49 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:base",
|
2024-01-24 22:56:54 +03:00
|
|
|
"github>bitwarden/renovate-config:pin-actions",
|
2023-07-14 19:56:49 +03:00
|
|
|
":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"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|