Skip to content

Commit

Permalink
change to cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-reits committed Jul 16, 2024
1 parent fb4a342 commit 457490d
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 @@ -56,9 +56,11 @@
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
rebaseWhen: 'never',
/**
* Natural language syntax taken directly from renovate preset examples (with time adjusted).
* 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: ["before 8am on the first day of the month"],
schedule: ["* 0 1 * *"],
/**
* Ensure semantic commits are enabled for commits + PR titles.
*
Expand Down

0 comments on commit 457490d

Please sign in to comment.