Skip to content

Commit 457490d

Browse files
author
Tanner Reits
committed
change to cron schedule
1 parent fb4a342 commit 457490d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json5

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@
5656
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
5757
rebaseWhen: 'never',
5858
/**
59-
* Natural language syntax taken directly from renovate preset examples (with time adjusted).
59+
* Cron syntax to run at midnight (UTC) on the first day of every month
60+
*
61+
* Note: Renovate does not support minute value granularity, so the wildcard value is necessary
6062
*/
61-
schedule: ["before 8am on the first day of the month"],
63+
schedule: ["* 0 1 * *"],
6264
/**
6365
* Ensure semantic commits are enabled for commits + PR titles.
6466
*

0 commit comments

Comments
 (0)