From f332ff6350a9ec700438a018bd2be0207e010c49 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Fri, 4 Aug 2023 04:27:04 +0200 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 65a9842..8587f3d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,7 @@ { "matchDepTypes": ["dependencies", "overrides", "resolutions"], "rangeStrategy": "update-lockfile", - "semanticCommitType": "isBump{{isBump}} isRange{{isRange}} isLockfileUpdate{{isLockfileUpdate}} updateType{{updateType}}" + "semanticCommitType": "isBump={{isBump}} isRange={{isRange}} isLockfileUpdate={{isLockfileUpdate}} updateType={{updateType}}" } ] }