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" + } } ] }