From 896eeabf826421602ae036459ffbdca867670336 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 10 Oct 2025 18:02:35 +0200 Subject: [PATCH] feat: enable symantic commits --- 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" }