diff options
-rw-r--r-- | .renovaterc | 5 |
1 files changed, 5 insertions, 0 deletions
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"] } } |