Skip to content

Commit

Permalink
fix(templating): allow category field (#25075)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 6, 2023
1 parent 0c5df8e commit 6ec9d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/template/index.ts
Expand Up @@ -72,6 +72,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',
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.',
Expand Down

0 comments on commit 6ec9d1d

Please sign in to comment.