From eecb791ed8a2a95dde049d8c59727b2aa4830a1d Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:03:46 -0800 Subject: [PATCH] chore: Fix renovate.json (#727) Should fix https://github.com/slsa-framework/slsa-verifier/issues/726 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" },