From edfe74e4af55e9c7378f3e52f54a19f978b57f00 Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:25:18 -0400 Subject: [PATCH] Add minimumReleaseAge setting for npm Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) 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" } ] }