From 96ecd033c8030ddbfb707c1a8d50451519bcbd66 Mon Sep 17 00:00:00 2001 From: June Date: Wed, 22 Oct 2025 00:29:59 +0200 Subject: [PATCH] (test) disable semantic commit prefixes --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 1766469..9e6fe64 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ "config:best-practices", ":ignoreUnstable" ], + "semanticCommits": "disabled", "packageRules": [ // Create a package rule for grouping all stable non-major dependency updates together. // A combination of/inspired by: