From 23b38ecb276db9e07009b1a4727993488153b4ad Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 11 Sep 2024 11:38:57 +0200 Subject: [PATCH] chore(renovate): fix commit message for k3s updates --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 74b2922..bf6a05c 100644 --- a/renovate.json +++ b/renovate.json @@ -77,7 +77,8 @@ "matchPackageNames": ["k3s-io/k3s"], "separateMultipleMinor": true, "separateMinorPatch": true, - "branchTopic": "{{{depNameSanitized}}}{{#if separateMinorPatch}}{{#if isMinor}}-minor{{/if}}{{/if}}-{{{newMajor}}}{{#if separateMinorPatch}}{{#if isPatch}}.{{{newMinor}}}{{/if}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}" + "branchTopic": "{{{depNameSanitized}}}{{#if isMinor}}-minor{{/if}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", + "commitMessageSuffix": "{{#if isMinor}}(minor){{/if}}{{#if isPatch}}(patch){{/if}}" }, { "description": "No automerge for k3s major and minor updates",