Skip to content

Commit

Permalink
perf: change automerge schedule on renovate (#94)
Browse files Browse the repository at this point in the history
Automerge from 0 through 3 on every day-of-month from 1 through 7

Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
  • Loading branch information
msclock authored Jan 5, 2025
1 parent 7551f4e commit b93b8f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"auto-approval"
],
"extends": [
"schedule:earlyMondays",
"schedule:automergeMonthly"
"schedule:earlyMondays"
],
"automergeSchedule": [
"* 0-3 1-7 * *"
],
"matchUpdateTypes": [
"minor",
Expand Down
6 changes: 4 additions & 2 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"auto-approval"
],
"extends": [
"schedule:earlyMondays",
"schedule:automergeMonthly"
"schedule:earlyMondays"
],
"automergeSchedule": [
"* 0-3 1-7 * *"
],
"matchUpdateTypes": [
"minor",
Expand Down

0 comments on commit b93b8f6

Please sign in to comment.