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>
This commit is contained in:
David Mehren 2021-01-06 19:35:04 +01:00
parent abc47ff7da
commit 26f8c43a0f
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -5,9 +5,10 @@
"group:socketio", "group:socketio",
"group:linters", "group:linters",
"group:test", "group:test",
"group:nextjsMonorepo", ":gitSignOff",
":disableMajorUpdates", ":prHourlyLimitNone",
":gitSignOff" ":dependencyDashboard",
":rebaseStalePrs"
], ],
"labels": [ "labels": [
"type: maintenance" "type: maintenance"