Skip to content

Commit 7ba8dba

Browse files
authored
chore: Enable shell executor for post-upgrade commands in renovate (#357)
1 parent ba45a4b commit 7ba8dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
onboarding: false,
2626
requireConfig: false,
2727
allowedPostUpgradeCommands: ['.*'],
28+
allowShellExecutorForPostUpgradeCommands: true,
2829
postUpgradeTasks: {
2930
commands: ['npm install && npm run build'],
3031
fileFilters: ['**/index.js'],

0 commit comments

Comments
 (0)