We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0878e1 commit fb4a342Copy full SHA for fb4a342
renovate.json5
@@ -55,8 +55,10 @@
55
],
56
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
57
rebaseWhen: 'never',
58
- // Note: Timezone for the schedule is specified as UTC
59
- schedule: ['every weekday before 11am'],
+ /**
+ * Natural language syntax taken directly from renovate preset examples (with time adjusted).
60
+ */
61
+ schedule: ["before 8am on the first day of the month"],
62
/**
63
* Ensure semantic commits are enabled for commits + PR titles.
64
*
0 commit comments