From d07a50b9110fdc162c90c30fa68837e01228a4a3 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 16 Feb 2025 11:13:18 +0100 Subject: [PATCH] change renovate config --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 22c5a5be..c9a2a0ac 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "enabled": true, + "extends": ["config:recommended"], "timezone": "Europe/Berlin", "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard", @@ -158,7 +159,7 @@ ], "automerge": true, "ignoreTests": true, - "schedule": "after 1am and before 5am", + "schedule": "after 1am and before 6am", "matchUpdateTypes": [ "minor", "patch"