Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
"updateNotScheduled": false,
"tekton": {
"schedule": [
// Between 3a.m. and 7a.m. on weekends and Mondays.
// Doing more frequently just creates more PR, commit and email traffic. We can afford to be slower here as
// Conforma allows 30 days to update tasks.
"* 3-7 * * 0,1,6",
// Between 3a.m. and 7a.m. every day.
// We duplicate our desired schedule here because Konflux global config tends to have a special override for it.
"* 3-7 * * *",
],
"packageRules": [
// Note: the packageRules from the Konflux config (find URL in comments above) get merged with these.
Expand Down