From 4c7567150ad839ccb47d97b4abf97accf2204631 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 25 May 2023 23:36:25 +0200 Subject: [PATCH] ci(renovate): Try a different way to force "fix" commits --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1e047f0..bf10739 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "extends": [ "config:base", ":automergeMinor", - ":semanticPrefixFix" + ":semanticCommitTypeAll(fix)" ], "prConcurrentLimit": 5 } -- GitLab