From 9916a36c7b9ccd98844f34884da873a1d292d71e Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 17 Feb 2023 15:54:19 +0000 Subject: [PATCH] ci: fix renovate monthly schedule (cherry picked from commit 05d9c91159afdd304d6e338a1cd1a0cd6383bc21) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index af824ca0a7f3..f4fb612d30aa 100644 --- a/renovate.json +++ b/renovate.json @@ -23,7 +23,7 @@ "packageRules": [ { "matchPackageNames": ["quicktype-core"], - "schedule": ["schedule:monthly"] + "schedule": ["before 4:00am on the first day of the month"] }, { "groupName": "angular",