From 3c4abd0a7b23931b3c75ad4c9fc5b15732598fda Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Sat, 21 Dec 2024 23:01:35 -0500 Subject: [PATCH] chore: change Renovate schedule to every 3 weeks --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1e3ff90..aa60e2a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,5 +20,5 @@ allowedVersions: '<6.0.0', }, ], - schedule: ['every 2 weeks on friday'], + schedule: ['every 3 weeks on friday'], }