mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-25 14:06:27 +00:00
fix(template/category): Replaces not working templating field category with categories (#25735)
This commit is contained in:
parent
510fb5f0f0
commit
a9e50fd48d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export const exposedConfigOptions = [
|
|||
export const allowedFields = {
|
||||
baseBranch: 'The baseBranch for this branch/PR',
|
||||
body: 'The body of the release notes',
|
||||
category: 'The category of the manager of the dependency being updated',
|
||||
categories: 'The categories of the manager of the dependency being updated',
|
||||
currentValue: 'The extracted current value of the dependency being updated',
|
||||
currentVersion:
|
||||
'The version that would be currently installed. For example, if currentValue is ^3.0.0 then currentVersion might be 3.1.0.',
|
||||
|
|
Loading…
Reference in a new issue