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"],