From e3c23675070390eb0c90aa969725b8c41db5ec7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:00:22 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f5331f9..f864907 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:best-practices", - "npm:unpublishSafe", + "security:minimumReleaseAgeNpm", "schedule:weekends" ], "assignees": ["heldinz"],