From 23595a30784a4140739ca0152cc5172486231dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Mon, 27 Mar 2023 05:45:50 +0200 Subject: [PATCH] chore: update renovate.json [skip ci] --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c3e1a27..c623e7d 100644 --- a/renovate.json +++ b/renovate.json @@ -14,5 +14,5 @@ "ignorePaths": [ ".drone.yml" ], - "commitBody": "[skip ci]" + "commitMessageExtra": "to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}} [skip ci]" }