fix(datasource/docker): pinDigest PRs missing digest value in name (#17599)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Johannes Feichtner 2022-09-03 12:50:46 +02:00 committed by GitHub
parent 5f2e2c454c
commit af75ec2508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,7 +343,7 @@ export function isECRMaxResultsError(err: HttpError): boolean {
const defaultConfig = {
commitMessageTopic: '{{{depName}}} Docker tag',
commitMessageExtra:
'to {{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{prettyNewVersion}}}{{/if}}',
'to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{prettyNewVersion}}}{{/if}}{{/if}}',
digest: {
branchTopic: '{{{depNameSanitized}}}-{{{currentValue}}}',
commitMessageExtra: 'to {{newDigestShort}}',