From 088cbdce457760fc9b97053ae32acede53921e8c Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 1 Feb 2026 12:08:58 +0100 Subject: [PATCH] ci(renovate): move postUpgradeTask into batch package rule --- renovate.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index c049856..608baaa 100644 --- a/renovate.json +++ b/renovate.json @@ -4,17 +4,15 @@ "local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:action" ], - - "postUpgradeTasks": { - "commands": ["npm run build"], - "fileFilters": ["dist/**"], - "executionMode": "update" - }, - "packageRules": [ { "matchUpdateTypes": ["patch", "minor"], - "groupName": "dependencies (non-major)" + "groupName": "dependencies (non-major)", + "postUpgradeTasks": { + "commands": ["npm run build"], + "fileFilters": ["dist/**"], + "executionMode": "update" + } } ] } -- 2.49.1