From bee0ee03a4b8387920ae7ee40ceccb931f6d9bc0 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 10 Oct 2025 18:04:31 +0200 Subject: [PATCH] feat: enable semantic commits (#4) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/4 Reviewed-by: branch-buddy Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.json b/common.json index 02ae055..73361f6 100644 --- a/common.json +++ b/common.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "dependencyDashboard": true + "dependencyDashboard": true, + "semanticCommits": "enabled" }