We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26d212 commit ef499dfCopy full SHA for ef499df
.github/renovate.json5
@@ -37,10 +37,9 @@
37
"updateNotScheduled": false,
38
"tekton": {
39
"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",
+ // 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 * * *",
44
],
45
"packageRules": [
46
// Note: the packageRules from the Konflux config (find URL in comments above) get merged with these.
0 commit comments