From 8041641eb8fe5944928e69176a7d6b916cb0dad9 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Mon, 20 Jan 2025 10:43:00 -0500 Subject: [PATCH] fix konflux patch schedule to match devfile/registry setup Signed-off-by: Michael Valdron --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d925a761..2a55c41e 100644 --- a/renovate.json +++ b/renovate.json @@ -6,8 +6,14 @@ ":gitSignOff" ], "timezone": "America/Toronto", - "schedule": ["after 9pm on tuesday and thursday"], "enabledManagers": ["tekton"], + "packageRules": [ + { + "description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (9 PM - 12 AM)", + "matchManagers": ["tekton"], + "schedule": ["* 21-23 * * 2,4"] + } + ], "prHourlyLimit": 20, "prConcurrentLimit": 10 } \ No newline at end of file