We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4a342 commit 457490dCopy full SHA for 457490d
renovate.json5
@@ -56,9 +56,11 @@
56
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
57
rebaseWhen: 'never',
58
/**
59
- * 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
60
+ *
61
+ * Note: Renovate does not support minute value granularity, so the wildcard value is necessary
62
*/
- schedule: ["before 8am on the first day of the month"],
63
+ schedule: ["* 0 1 * *"],
64
65
* Ensure semantic commits are enabled for commits + PR titles.
66
*
0 commit comments