2022-08-12 13:54:57 +02:00
|
|
|
{
|
2023-05-24 16:04:39 +02:00
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:base",
|
2024-01-24 16:05:30 +01:00
|
|
|
"github>bitwarden/renovate-config:pin-actions",
|
2023-05-24 16:04:39 +02:00
|
|
|
":combinePatchMinorReleases",
|
|
|
|
":dependencyDashboard",
|
|
|
|
":maintainLockFilesWeekly",
|
|
|
|
":pinAllExceptPeerDependencies",
|
|
|
|
":prConcurrentLimit10",
|
|
|
|
":rebaseStalePrs",
|
2024-01-19 23:04:54 +01:00
|
|
|
":separateMajorReleases",
|
|
|
|
"group:monorepos",
|
|
|
|
"schedule:weekends"
|
2023-05-24 16:04:39 +02:00
|
|
|
],
|
2024-01-19 23:04:54 +01:00
|
|
|
"enabledManagers": ["github-actions", "npm", "nuget"],
|
|
|
|
"commitMessagePrefix": "[deps]:",
|
|
|
|
"commitMessageTopic": "{{depName}}",
|
2023-05-24 16:04:39 +02:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"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"]
|
2024-01-19 23:04:54 +01:00
|
|
|
}
|
2023-05-24 16:04:39 +02:00
|
|
|
]
|
|
|
|
}
|