From aea67fe6c1ec55c0e868b1aa3453d2a553f43f5f Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 16 Nov 2025 14:45:00 +0100 Subject: [PATCH] ci(renovate): switch to shared configs (#34) Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/34 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 65e3352..f7e2d05 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>t.behrendt/renovate-configs:common", + "local>t.behrendt/renovate-configs:action" + ], + "packageRules": [ { "matchUpdateTypes": ["patch", "minor"],