Skip to content

Commit fb4a342

Browse files
author
Tanner Reits
committed
chore(renovate): lower renovate frequency
1 parent b0878e1 commit fb4a342

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
@@ -55,8 +55,10 @@
5555
],
5656
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
5757
rebaseWhen: 'never',
58-
// Note: Timezone for the schedule is specified as UTC
59-
schedule: ['every weekday before 11am'],
58+
/**
59+
* Natural language syntax taken directly from renovate preset examples (with time adjusted).
60+
*/
61+
schedule: ["before 8am on the first day of the month"],
6062
/**
6163
* Ensure semantic commits are enabled for commits + PR titles.
6264
*

0 commit comments

Comments
 (0)