fix: monospace version in ignoreOther PR close comment (#25333)

This commit is contained in:
HonkingGoose 2023-10-23 12:07:10 +02:00 committed by GitHub
parent 3918a30689
commit 18e578b71e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2695,11 +2695,11 @@ const options: RenovateOptions[] = [
default: {
ignoreTopic: 'Renovate Ignore Notification',
ignoreMajor:
'Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future {{{newMajor}}}.x releases. But if you manually upgrade to {{{newMajor}}}.x then Renovate will re-enable `minor` and `patch` updates automatically.',
'Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `{{{newMajor}}}.x` releases. But if you manually upgrade to `{{{newMajor}}}.x` then Renovate will re-enable `minor` and `patch` updates automatically.',
ignoreDigest:
'Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the `{{{depName}}}` `{{{newDigestShort}}}` update again.',
ignoreOther:
'Because you closed this PR without merging, Renovate will ignore this update ({{{newValue}}}). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config.',
'Because you closed this PR without merging, Renovate will ignore this update (`{{{newValue}}}`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config.',
},
},
{