mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
f3af0bd1f8
Due to our approval-policy, renovate can't merge without a PR. Signed-off-by: David Mehren <git@herrmehren.de>
30 lines
508 B
JSON
30 lines
508 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"group:definitelyTyped",
|
|
"group:socketio",
|
|
"group:linters",
|
|
"group:test",
|
|
":gitSignOff",
|
|
":prHourlyLimitNone",
|
|
":dependencyDashboard",
|
|
":rebaseStalePrs",
|
|
":maintainLockFilesWeekly",
|
|
":automergePatch"
|
|
],
|
|
"baseBranches": [
|
|
"master",
|
|
"develop"
|
|
],
|
|
"labels": [
|
|
"type: maintenance"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "NestJS packages",
|
|
"packagePatterns": [
|
|
"^@nestjs/"
|
|
]
|
|
}
|
|
]
|
|
}
|