aboutsummaryrefslogtreecommitdiff
path: root/.renovaterc
diff options
context:
space:
mode:
Diffstat (limited to '.renovaterc')
-rw-r--r--.renovaterc5
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"]
}
}