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