From d4c08eb73d74ab1d42bccf1293c0e2db6e9adf2d Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Mon, 8 Sep 2025 13:50:35 -0400 Subject: [PATCH] adjust renovate schedules for wider time windows Signed-off-by: Michael Valdron --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 07f49bb1f..dd6284195 100644 --- a/renovate.json +++ b/renovate.json @@ -9,9 +9,9 @@ "enabledManagers": ["tekton"], "packageRules": [ { - "description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (9 PM - 12 AM)", + "description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (7 PM - 2 AM)", "matchManagers": ["tekton"], - "schedule": ["* 21-23 * * 2,4"] + "schedule": ["* 19-23,0-2 * * 2,4"] } ], "prHourlyLimit": 20,