Skip to content

Commit

Permalink
chore(renovate): lower update frequency (#5825)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-reits committed Jun 12, 2024
1 parent 0a11aac commit 3da736d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,9 @@
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
rebaseWhen: 'never',
/**
* Run every Monday and Thursday between midnight at 11 AM (in UTC)
*
* Monday and Thursday were chosen to:
* - Keep the `minimumReleaseAge` value in mind (three days)
* - Prevent spikes/bursts of PRs from Renovate on a single day of the week
*
* We use cron syntax here as it's more deterministic/easier to provide a value that we know that Renovate will
* accept, compared to the natural language syntax which is (subjectively) trickier to test without merging first.
*
* {@see https://crontab.guru} for debugging cron schedules
* Natural language syntax taken directly from renovate preset examples (with time adjusted).
*/
schedule: ['* 0-11 * * 1,4'],
schedule: ["before 8am on the first day of the month"],
/**
* Ensure semantic commits are enabled for commits + PR titles.
*
Expand Down

0 comments on commit 3da736d

Please sign in to comment.