diff --git a/renovate.json b/renovate.json index 99f33740..1b2f0a62 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,10 @@ { "matchPackageNames": ["husky", "lint-staged", "markdownlint*", "globals"], "groupName": "linters" + }, + { + "matchDatasources": ["npm"], + "minimumReleaseAge": "3 days" } ] }