Skip to content

Commit 3da736d

Browse files
authored
chore(renovate): lower update frequency (#5825)
1 parent 0a11aac commit 3da736d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

renovate.json5

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,9 @@
151151
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
152152
rebaseWhen: 'never',
153153
/**
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).
164155
*/
165-
schedule: ['* 0-11 * * 1,4'],
156+
schedule: ["before 8am on the first day of the month"],
166157
/**
167158
* Ensure semantic commits are enabled for commits + PR titles.
168159
*

0 commit comments

Comments
 (0)