From 75b6bd6bea666cb13c7588c46d64dce9170a90ec Mon Sep 17 00:00:00 2001 From: jeanluc Date: Tue, 8 Oct 2024 00:21:02 +0200 Subject: [PATCH] Fix schedule definition --- .github/renovate-global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate-global.json b/.github/renovate-global.json index 7bce71b..073bcb6 100644 --- a/.github/renovate-global.json +++ b/.github/renovate-global.json @@ -16,7 +16,7 @@ "copier": ">=9.3", "python": "3.10.15" }, - "schedule": "before 4am", + "schedule": ["before 4am"], "packageRules": [ { "matchManagers": ["copier"],