diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4f83f6315..f18c755b4 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: [