From d9ae7d7ff494a8f5de2ef744bc9ac4ac0c39a84c Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 12 Dec 2025 20:25:04 +0100 Subject: [PATCH] feat: handle all conven branches as chore (#20) Handling all semver/conventional commit branches as "chore", according to: https://docs.renovatebot.com/semantic-commits/#changing-the-semantic-commit-type Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/20 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- 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)"] }