From 5a4a75fd3b8d2c56d10e1799b24fbde2b2439590 Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Tue, 3 Sep 2024 13:06:08 +0200 Subject: [PATCH] ci(renovate): use the "chore" type for every PR Otherwise, if the depType is a known "production dependency" type (e.g. dependencies or require), then Renovate would use the "fix" prefix. Signed-off-by: Michael Adler --- renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json5 b/renovate.json5 index c30f4698..34bc3e3e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -4,6 +4,7 @@ "config:best-practices", ":gitSignOff", ":semanticCommits", + ":semanticCommitTypeAll(chore)", ":prHourlyLimitNone", ":prConcurrentLimitNone", "schedule:monthly",