From 4400109e6e725bab3c202b84a14b7610d222c43a Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:27:40 -0500 Subject: [PATCH] chore: automatically rebuild with renovate --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + ] }