diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f732f8ff..765c55d2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,13 +1,13 @@ { extends: ['config:base'], timezone: 'Europe/Zurich', - schedule: 'after 1am on Saturday', + schedule: 'last Sunday of every month', labels: ['dependencies'], separateMajorMinor: true, separateMinorPatch: true, prHourlyLimit: 0, prConcurrentLimit: 0, - lockFileMaintenance: { enabled: true, automerge: true }, + lockFileMaintenance: { enabled: true, automerge: true, schedule: 'last Sunday of every month' }, baseBranches: ['master', 'test'], packageRules: [ /** Automerge the patch, the minor and the dev dependency */