Skip to content

Commit b8543f3

Browse files
authored
Added renovate schedule to match automergeSchedule (#1510)
closes https://linear.app/ghost/issue/BER-3221 - Currently only PRs that are created during the `automergeScheduled` are merged. This change aligns the PR creation with the allowed automerge schedule.
1 parent 5fc8d9a commit b8543f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// - this doesn't restrict when the PRs are opened by Renovate, only when they are merged
1515
// - this works only if we're using Renovate automerge over platform automerge (Github)
1616
"platformAutomerge": false,
17+
"schedule": ["* 8-11 * * 1,2,3,4"],
1718
"automergeSchedule": ["* 8-11 * * 1,2,3,4"],
1819
// Automerge lock file updates, whenever available
1920
// Note: the base config file has this enabled, but on a weekly basis only

0 commit comments

Comments
 (0)