Skip to content

Commit

Permalink
chore(renovate): lower renovate frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-reits committed Jun 14, 2024
1 parent b0878e1 commit fb4a342
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@
],
// 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'],
/**
* Natural language syntax taken directly from renovate preset examples (with time adjusted).
*/
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 fb4a342

Please sign in to comment.