Updated Renovate configuration to include allowed post-upgrade commands and specify file filters, enhancing the automation of dependency management tasks.
All checks were successful
CI / test (push) Successful in 15s
RenovateBot / renovate (push) Successful in 18s

This commit is contained in:
Valentin Popov 2025-05-23 07:58:56 +00:00
parent f88a1eaa69
commit 2bb3139579
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -14,5 +14,10 @@
"enabled": true,
"requireConfig": "optional",
"ignoreScripts": false
},
"allowedPostUpgradeCommands": ["npm install"],
"postUpgradeTasks": {
"commands": ["npm install"],
"fileFilters": ["package.json"]
}
}