diff --git a/.github/renovate.json b/.github/renovate.json index 4e99eb9..2b7c693 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,7 +21,7 @@ } } ], - "allowedCommands": [ - ".*" + "allowedPostUpgradeCommands": [ + "^npm run all$" ] }