mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix: monospace version in ignoreOther
PR close comment (#25333)
This commit is contained in:
parent
3918a30689
commit
18e578b71e
1 changed files with 2 additions and 2 deletions
|
@ -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.',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue