hedgedoc/renovate.json
David Mehren 254f9a487a
Renovate: Maintain lock files once per week
This option makes Renovate refresh yarn.lock once per week
See https://docs.renovatebot.com/configuration-options/#lockfilemaintenance

Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-07 17:35:17 +01:00

25 lines
432 B
JSON

{
"extends": [
"config:base",
"group:definitelyTyped",
"group:socketio",
"group:linters",
"group:test",
":gitSignOff",
":prHourlyLimitNone",
":dependencyDashboard",
":rebaseStalePrs",
":maintainLockFilesWeekly"
],
"labels": [
"type: maintenance"
],
"packageRules": [
{
"groupName": "NestJS packages",
"packagePatterns": [
"^@nestjs/"
]
}
]
}