Skip to content

Commit ef499df

Browse files
authored
ROX-30592: Enable tekton Tasks renovation every day (#2272)
1 parent d26d212 commit ef499df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/renovate.json5

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@
3737
"updateNotScheduled": false,
3838
"tekton": {
3939
"schedule": [
40-
// Between 3a.m. and 7a.m. on weekends and Mondays.
41-
// Doing more frequently just creates more PR, commit and email traffic. We can afford to be slower here as
42-
// Conforma allows 30 days to update tasks.
43-
"* 3-7 * * 0,1,6",
40+
// Between 3a.m. and 7a.m. every day.
41+
// We duplicate our desired schedule here because Konflux global config tends to have a special override for it.
42+
"* 3-7 * * *",
4443
],
4544
"packageRules": [
4645
// Note: the packageRules from the Konflux config (find URL in comments above) get merged with these.

0 commit comments

Comments
 (0)