🔧(dependencies) update default renovate config

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.
This commit is contained in:
lebaudantoine
2026-02-24 18:40:41 +01:00
committed by aleb_the_flash
parent 09c7edecb8
commit d76b4c9b9f

View File

@@ -3,6 +3,21 @@
"dependencyDashboard": true, "dependencyDashboard": true,
"labels": ["dependencies", "noChangeLog"], "labels": ["dependencies", "noChangeLog"],
"packageRules": [ "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, "enabled": false,
"groupName": "ignored python dependencies", "groupName": "ignored python dependencies",