mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26: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: {
|
followTypescriptNext: {
|
||||||
description:
|
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)'],
|
extends: [':followTag(typescript, next)'],
|
||||||
},
|
},
|
||||||
followTypescriptRc: {
|
followTypescriptRc: {
|
||||||
description:
|
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)'],
|
extends: [':followTag(typescript, rc)'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue