From b771ceee4991719436a754f36aecb24eccec165d Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Thu, 8 May 2025 07:17:14 +0000 Subject: [PATCH] chore: fine-tune renovate config --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..a72368f 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "configMigration": true, + "osvVulnerabilityAlerts": true, + "postUpdateOptions": [ + "npmDedupe" ] }