diff --git a/.github/renovate.json b/.github/renovate.json index 86cb926..9eeb4af 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,5 +7,8 @@ "commands": ["npm run all"], "fileFilters": ["dist/**/*"], "executionMode": "branch" - } + }, + "allowedPostUpgradeCommands": [ + "^npm run all" + ] }