Skip to content

Commit

Permalink
renovate: Add commit message template (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 authored Apr 28, 2024
2 parents c77d10d + 28bb146 commit 999edd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"allowedVersions": "/^(5\\.)([1-9][02468])(\\.\\d)?(.*)$/"
},
{
"groupName": "perlImagesPatch",
"groupName": "Docker Digest",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"minimumReleaseAge": "7 days",
"minimumReleaseAge": "2 days",
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true
"automerge": true,
"commitMessageExtra": "to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}"
}
]
}

0 comments on commit 999edd1

Please sign in to comment.