From bceb615c7b689b87c33f3274decf4a28c0294671 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 6 Jan 2021 19:35:04 +0100 Subject: [PATCH] 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 --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 910e0a2bf..ff13c4b21 100644 --- a/renovate.json +++ b/renovate.json @@ -5,9 +5,10 @@ "group:socketio", "group:linters", "group:test", - "group:nextjsMonorepo", - ":disableMajorUpdates", - ":gitSignOff" + ":gitSignOff", + ":prHourlyLimitNone", + ":dependencyDashboard", + ":rebaseStalePrs" ], "labels": [ "type: maintenance"