From 023e66bdc00fe8a45464a2da1ea097339e0d969c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 3 Feb 2023 16:33:28 +0100 Subject: [PATCH] Do the pull request at the end of the day --- .github/renovate.json5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 240c4b37ab..9348c6b09f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,7 +7,11 @@ separateMinorPatch: true, prHourlyLimit: 0, prConcurrentLimit: 0, - lockFileMaintenance: { enabled: true, automerge: true, schedule: 'on the first day of the month' }, + lockFileMaintenance: { + enabled: true, + automerge: true, + schedule: 'after 5pm on the first day of the month', + }, semanticCommits: 'disabled', baseBranches: ['master', '3.27', '3.28', '3.29'], // Upgrade the tool versions