From d76b4c9b9f5473d2134db917b1048f5379815b2a Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 24 Feb 2026 18:40:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(dependencies)=20update=20default?= =?UTF-8?q?=20renovate=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update default Renovate configuration to open PRs on the first day of each month instead of weekly. Security updates remain handled immediately by Dependabot, while Renovate manages regular dependency updates to keep the project up to date with third-party packages. --- renovate.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/renovate.json b/renovate.json index 27d5eacb..f5a63b38 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,21 @@ "dependencyDashboard": true, "labels": ["dependencies", "noChangeLog"], "packageRules": [ + { + "groupName": "js dependencies", + "matchManagers": ["npm"], + "schedule": ["on the first day of the month"], + "matchPackagePatterns": ["*"], + "minimumReleaseAge": "7 days", + "internalChecksFilter": "strict" + }, + { + "groupName": "python dependencies", + "matchManagers": ["setup-cfg", "pep621"], + "schedule": ["on the first day of the month"], + "matchPackagePatterns": ["*"], + "minimumReleaseAge": "7 days" + }, { "enabled": false, "groupName": "ignored python dependencies",