From 38ec82c700c6e9e27d9a2a69100af962e2b7bd25 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 31 Jan 2026 19:00:00 +0100 Subject: [PATCH] ci: auto-build dependabot prs (#45) Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/45 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index f7e2d05..c049856 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,12 @@ "local>t.behrendt/renovate-configs:action" ], + "postUpgradeTasks": { + "commands": ["npm run build"], + "fileFilters": ["dist/**"], + "executionMode": "update" + }, + "packageRules": [ { "matchUpdateTypes": ["patch", "minor"],