mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix: helper preset description updates (#10840)
This commit is contained in:
parent
fdc29c84ae
commit
f3e8521651
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ export const presets: Record<string, Preset> = {
|
|||
},
|
||||
followTypescriptNext: {
|
||||
description:
|
||||
'Keep <typescript> version in sync with the <code>next</code> tag',
|
||||
'Keep <code>typescript</code> version in sync with the <code>next</code> tag',
|
||||
extends: [':followTag(typescript, next)'],
|
||||
},
|
||||
followTypescriptRc: {
|
||||
description:
|
||||
'Keep <typescript> version in sync with the <code>rc</code> tag',
|
||||
'Keep <code>typescript</code> version in sync with the <code>rc</code> tag',
|
||||
extends: [':followTag(typescript, rc)'],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue