We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7996d6f commit 3d14861Copy full SHA for 3d14861
1 file changed
renovate.json
@@ -6,8 +6,14 @@
6
":gitSignOff"
7
],
8
"timezone": "America/Toronto",
9
- "schedule": ["after 9pm on tuesday and thursday"],
10
"enabledManagers": ["tekton"],
+ "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
+ ],
17
"prHourlyLimit": 20,
18
"prConcurrentLimit": 10
19
}
0 commit comments