Skip to content

Commit

Permalink
fix konflux patch schedule to match devfile/registry setup (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron authored Jan 21, 2025
1 parent 7996d6f commit 3d14861
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 3d14861

Please sign in to comment.