From 36609822712ab76c64ff3c9269bd089a07f80d08 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 23 May 2025 11:29:43 +0000 Subject: [PATCH] Update Renovate configuration to enable 'ignoreScripts' for npm, enhancing security during dependency updates. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index cbe369e..8140493 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "rangeStrategy": "bump", "npm": { "enabled": true, - "ignoreScripts": false, + "ignoreScripts": true, "skipInstalls": false }, "packageRules": [