File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 151
151
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
152
152
rebaseWhen : 'never' ,
153
153
/**
154
- * Run every Monday and Thursday between midnight at 11 AM (in UTC)
155
- *
156
- * Monday and Thursday were chosen to:
157
- * - Keep the `minimumReleaseAge` value in mind (three days)
158
- * - Prevent spikes/bursts of PRs from Renovate on a single day of the week
159
- *
160
- * We use cron syntax here as it's more deterministic/easier to provide a value that we know that Renovate will
161
- * accept, compared to the natural language syntax which is (subjectively) trickier to test without merging first.
162
- *
163
- * {@see https://crontab.guru} for debugging cron schedules
154
+ * Natural language syntax taken directly from renovate preset examples (with time adjusted).
164
155
*/
165
- schedule : [ '* 0-11 * * 1,4' ] ,
156
+ schedule : [ "before 8am on the first day of the month" ] ,
166
157
/**
167
158
* Ensure semantic commits are enabled for commits + PR titles.
168
159
*
You can’t perform that action at this time.
0 commit comments