From 55fb752a00a35f6f307bd00530a7be5b3f6875b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 5 Dec 2022 15:42:28 +0100 Subject: [PATCH] Run Renovate once a mounth --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */