mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
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:
parent
5f2e2c454c
commit
af75ec2508
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ export function isECRMaxResultsError(err: HttpError): boolean {
|
||||||
const defaultConfig = {
|
const defaultConfig = {
|
||||||
commitMessageTopic: '{{{depName}}} Docker tag',
|
commitMessageTopic: '{{{depName}}} Docker tag',
|
||||||
commitMessageExtra:
|
commitMessageExtra:
|
||||||
'to {{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{prettyNewVersion}}}{{/if}}',
|
'to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{prettyNewVersion}}}{{/if}}{{/if}}',
|
||||||
digest: {
|
digest: {
|
||||||
branchTopic: '{{{depNameSanitized}}}-{{{currentValue}}}',
|
branchTopic: '{{{depNameSanitized}}}-{{{currentValue}}}',
|
||||||
commitMessageExtra: 'to {{newDigestShort}}',
|
commitMessageExtra: 'to {{newDigestShort}}',
|
||||||
|
|
Loading…
Reference in a new issue