From 9be8f6de89f0b1d5ba95f7f220fe7b129b94ef89 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 30 Jul 2026 18:14:55 +0200 Subject: [PATCH] ci(renovate): modernize config --- renovate.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/renovate.json b/renovate.json index fef71f6..1285dc3 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:bun-npm" ], "postUpgradeTasks": { "commands": ["npm ci", "npm run build"], "fileFilters": ["dist/**"], "executionMode": "update" - }, - "packageRules": [ - { - "matchUpdateTypes": ["patch", "minor"], - "groupName": "dependencies (non-major)" - } - ] + } }