Skip to content

Commit

Permalink
Create Konflux patching renovate schedule (#555)
Browse files Browse the repository at this point in the history
* create konflux patch schedule

Signed-off-by: Michael Valdron <[email protected]>

* restore previous default schedule

Signed-off-by: Michael Valdron <[email protected]>

---------

Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron authored Jan 14, 2025
1 parent 5e893f4 commit ebfa78e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
":gitSignOff"
],
"timezone": "America/Toronto",
"schedule": ["after 9pm on tuesday and thursday"],
"schedule": ["on the 2nd and 4th day instance on thursday after 9pm"],
"enabledManagers": ["regex", "github-actions", "tekton"],
"regexManagers": [
{
Expand All @@ -26,6 +26,11 @@
"groupName": "github actions",
"groupSlug": "github-actions",
"commitMessageTopic": "{{depName}}"
},
{
"description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (9 PM - 12 AM)",
"matchManagers": ["tekton"],
"schedule": ["* 21-23 * * 2,4"]
}
],
"ignorePaths": [
Expand Down

0 comments on commit ebfa78e

Please sign in to comment.