From a0661ca314228071df32cbb1a20d39bbdeb6d8f0 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Wed, 15 Jul 2026 13:35:34 -0400 Subject: [PATCH] chore: update Konflux tekton patch schedule to weekends Assisted-by: Cursor Signed-off-by: Michael Valdron Co-authored-by: Cursor --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 1ef6cb98..75dbcbe0 100644 --- a/renovate.json +++ b/renovate.json @@ -9,9 +9,9 @@ "enabledManagers": ["tekton"], "packageRules": [ { - "description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (7 PM - 2 AM)", + "description": "Schedule Konflux tekton task updates Saturdays after 5 AM", "matchManagers": ["tekton"], - "schedule": ["* 19-23,0-2 * * 2,4"] + "schedule": ["* 5-23 * * 6"] } ], "prHourlyLimit": 20,