hedgedoc/renovate.json
David Mehren 26f8c43a0f
Update Renovate config
This commit
- removes `group:nextjsMonorepo` as that is already included in `config:base` via `group:monorepos`
- disables the hourly PR creation limit
- enables the dependency dashboard
- enables automatic rebasing when the base branch updates

Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-06 19:35:04 +01:00

16 lines
270 B
JSON

{
"extends": [
"config:base",
"group:definitelyTyped",
"group:socketio",
"group:linters",
"group:test",
":gitSignOff",
":prHourlyLimitNone",
":dependencyDashboard",
":rebaseStalePrs"
],
"labels": [
"type: maintenance"
]
}