From 85de5ffe49d18ac96e1ef6e38629b9191c275053 Mon Sep 17 00:00:00 2001 From: Bastian Date: Fri, 20 May 2022 13:55:43 +0200 Subject: [PATCH] ci(renovate): change all commits to chore --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f45d8f1..9e7c985 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ - "config:base" + "config:base", + ":semanticCommitTypeAll(chore)" ] }