Skip to content

Commit 4ae6646

Browse files
committed
Add npm install tasks
1 parent f551e67 commit 4ae6646

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
minimumReleaseAge : "7 days",
1717
postUpdateOptions: ["npmInstallTwice"],
1818
ignoreDeps: ["axios"],
19+
postUpgradeTasks: {
20+
commands: [
21+
"npm install --no-audit --no-fund"
22+
],
23+
executionMode: "branch"
24+
},
1925
forkProcessing: "enabled",
2026
packageRules: [
2127
{

0 commit comments

Comments
 (0)