From 702f4792f5f15b515ee48e302419e5d80b92bf6f Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 30 Jul 2026 18:17:36 +0200 Subject: [PATCH] ci(renovate): modernize config (#91) Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/91 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- 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)" - } - ] + } }