Skip to content

Commit

Permalink
chore(renovate): lower update frequency (#1461)
Browse files Browse the repository at this point in the history
* chore(renovate): lower update frequency

* format
  • Loading branch information
tanner-reits authored Jul 16, 2024
1 parent e11d5c1 commit 1950c34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@
],
// 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'],
/**
* Cron syntax to run at midnight (UTC) on the first day of every month
*
* Note: Renovate does not support minute value granularity, so the wildcard value is necessary
*/
schedule: ['* 0 1 * *'],
/**
* Ensure semantic commits are enabled for commits + PR titles.
*
Expand Down

0 comments on commit 1950c34

Please sign in to comment.