From 554ee146aef2669cf04509f31a78e442e97e8019 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 12 Dec 2025 20:17:30 +0100 Subject: [PATCH] feat: handle all conven branches as chore --- common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.json b/common.json index 3b16732..663c273 100644 --- a/common.json +++ b/common.json @@ -2,5 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "dependencyDashboard": true, "semanticCommits": "enabled", - "extends": ["config:best-practices"] + "extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"] }