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}}" } ] }