From 2bb3139579e104ff321b5dd7a450f5a70211fb93 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 23 May 2025 07:58:56 +0000 Subject: [PATCH] Updated Renovate configuration to include allowed post-upgrade commands and specify file filters, enhancing the automation of dependency management tasks. --- .renovaterc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.renovaterc b/.renovaterc index 587d81b..777e1e8 100644 --- a/.renovaterc +++ b/.renovaterc @@ -14,5 +14,10 @@ "enabled": true, "requireConfig": "optional", "ignoreScripts": false + }, + "allowedPostUpgradeCommands": ["npm install"], + "postUpgradeTasks": { + "commands": ["npm install"], + "fileFilters": ["package.json"] } }