Skip to content

Commit

Permalink
correct allowedPostUpgradeCommands trust
Browse files Browse the repository at this point in the history
### [allowedPostUpgradeCommands](https://github.com/daekene/renovate/blob/master/docs/usage/self-hosted-configuration.md#allowedpostupgradecommands
)

> A list of regular expressions that determine which commands in postUpgradeTasks are allowed to be executed. If this list is empty then no tasks will be executed. Also you need to have "trustLevel": "high", otherwise these tasks will be ignored.

change-type: patch
  • Loading branch information
ab77 authored Nov 28, 2023
1 parent fc28b9c commit 69ddd62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"onboarding": false,
"allowPostUpgradeCommandTemplating": true,
"allowedPostUpgradeCommands": ["^npm", "^cd"],
"allowedPostUpgradeCommands": ["^npm\\s+", "^cd\\s+", "^pushd\\s+"],
"trustLevel": "high",
"requireConfig": "optional",
"repositories": [
"balena-io/analytics-backend",
Expand Down

0 comments on commit 69ddd62

Please sign in to comment.