Skip to content

Commit

Permalink
fix: monospace version in ignoreOther PR close comment (#25333)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Oct 23, 2023
1 parent 3918a30 commit 18e578b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/options/index.ts
Expand Up @@ -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.',
},
},
{
Expand Down

0 comments on commit 18e578b

Please sign in to comment.