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",