From 634a3f68705ebb3b631e994b0b971f7f11e849cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Fri, 15 Mar 2024 13:47:29 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3fe8c69d6..251944485 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,6 @@ "groupName": [ "Testably.Abstractions packages" ] } ], - "ignoreDeps": [ "actions/download-artifact", "actions/upload-artifact" ] + "ignoreDeps": [ "actions/download-artifact", "actions/upload-artifact" ], + "schedule": ["before 4am on monday"] }