diff --git a/renovate.json b/renovate.json index fef71f6..f3ce476 100644 --- a/renovate.json +++ b/renovate.json @@ -1,18 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>t.behrendt/renovate-configs:common", - "local>t.behrendt/renovate-configs:action" + "local>t.behrendt/renovate-configs:action", + "local>t.behrendt/renovate-configs:npm" ], "postUpgradeTasks": { "commands": ["npm ci", "npm run build"], "fileFilters": ["dist/**"], "executionMode": "update" - }, - "packageRules": [ - { - "matchUpdateTypes": ["patch", "minor"], - "groupName": "dependencies (non-major)" - } - ] + } }