Updated Renovate configuration to include allowed post-upgrade commands and specify file filters, enhancing the automation of dependency management tasks.
This commit is contained in:
parent
f88a1eaa69
commit
2bb3139579
@ -14,5 +14,10 @@
|
||||
"enabled": true,
|
||||
"requireConfig": "optional",
|
||||
"ignoreScripts": false
|
||||
},
|
||||
"allowedPostUpgradeCommands": ["npm install"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["npm install"],
|
||||
"fileFilters": ["package.json"]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user