From e3088a551cec0996df9a8c8865dd72bde3ce9db0 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:53:46 -0500 Subject: [PATCH] fix: renovate artifact updates --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9eeb4af..69633d5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,6 +9,6 @@ "executionMode": "branch" }, "allowedPostUpgradeCommands": [ - "^npm run all" + ".*" ] }