From 15ee91b21baf50d81eec765b05ff7072a30ff3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Tue, 19 Sep 2023 09:22:56 +0200 Subject: [PATCH] Fix renovate config --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index afdfc47b..00ecb013 100644 --- a/renovate.json +++ b/renovate.json @@ -9,13 +9,13 @@ { "matchDepTypes": ["devDependencies"], "matchUpdateTypes": ["patch", "minor"], - "schedule": ["every 1 month on the 1st day-of-month at 12am"], + "schedule": ["before 1am on the first day of the month"], "groupName": "devDependencies (non-major)" }, { "matchDepTypes": ["dependencies"], "matchUpdateTypes": ["patch", "minor"], - "schedule": ["every 1 month on the 1st day-of-month at 12am"], + "schedule": ["before 1am on the first day of the month"], "groupName": "dependencies (non-major)" } ],