Skip to content

Commit

Permalink
chore(repo): update renovate schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduy1407 committed Dec 4, 2023
1 parent 8f96167 commit 491ab5b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,19 @@
],
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
rebaseWhen: 'never',
// Note: Timezone for the schedule is specified as UTC
schedule: ['every weekday before 11am'],
/**
* 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
*/
schedule: ['* 0-11 * * 1,4'],
/**
* Ensure semantic commits are enabled for commits + PR titles.
*
Expand Down

0 comments on commit 491ab5b

Please sign in to comment.