Skip to content

Commit 3d14861

Browse files
fix konflux patch schedule to match devfile/registry setup (#184)
Signed-off-by: Michael Valdron <[email protected]>
1 parent 7996d6f commit 3d14861

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66
":gitSignOff"
77
],
88
"timezone": "America/Toronto",
9-
"schedule": ["after 9pm on tuesday and thursday"],
109
"enabledManagers": ["tekton"],
10+
"packageRules": [
11+
{
12+
"description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (9 PM - 12 AM)",
13+
"matchManagers": ["tekton"],
14+
"schedule": ["* 21-23 * * 2,4"]
15+
}
16+
],
1117
"prHourlyLimit": 20,
1218
"prConcurrentLimit": 10
1319
}

0 commit comments

Comments
 (0)