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