diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c3a20f6dabf..3851cacb641 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,9 +15,13 @@ "platformAutomerge": false, "timezone": "Etc/UTC", "automergeSchedule": [ - // Allow automerge all weekend: Saturday, Sunday, and Monday morning + // Allow automerge all weekend "* * * * 0,6", - "* 0-12 * * 1" + // Allow automerge on Monday morning + "* 0-12 * * 1", + // Allow automerge overnight on weekday evenings (10pm-4:59am UTC) + "* 22-23 * * 1-5", + "* 0-4 * * 2-6" ], "ignoreDeps": [ // https://github.com/TryGhost/Ghost/commit/2b9e494dfcb95c40f596ccf54ec3151c25d53601