From 826daea5a0fb7374179ba704dbeded6deabbacf6 Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:22:39 -0800 Subject: [PATCH] Fix renovate.json Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com> --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8345c22..b572a87 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base", ":gitSignOff"], - "schedule": ["before 4 am on the first day of the month"], + "schedule": ["before 4am on the first day of the month"], "vulnerabilityAlerts": { "schedule": "before 4am" },