mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
254f9a487a
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>
25 lines
432 B
JSON
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/"
|
|
]
|
|
}
|
|
]
|
|
}
|