mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
09f80c7e4a
This commit instructs renovate to automerge patch updates, without creating a PR. See also https://docs.renovatebot.com/configuration-options/#automergetype Signed-off-by: David Mehren <git@herrmehren.de>
31 lines
532 B
JSON
31 lines
532 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"group:definitelyTyped",
|
|
"group:socketio",
|
|
"group:linters",
|
|
"group:test",
|
|
":gitSignOff",
|
|
":prHourlyLimitNone",
|
|
":dependencyDashboard",
|
|
":rebaseStalePrs",
|
|
":maintainLockFilesWeekly",
|
|
":automergePatch",
|
|
":automergeBranch"
|
|
],
|
|
"baseBranches": [
|
|
"master",
|
|
"develop"
|
|
],
|
|
"labels": [
|
|
"type: maintenance"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "NestJS packages",
|
|
"packagePatterns": [
|
|
"^@nestjs/"
|
|
]
|
|
}
|
|
]
|
|
}
|