From 90ba227d99e8b2ac74a69f7a35e54210bee444c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 3 Feb 2023 14:44:05 +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 4f83f631..f18c755b 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', + }, baseBranches: ['master', 'test'], 'pre-commit': { enabled: true }, regexManagers: [