Skip to content
Snippets Groups Projects
Unverified Commit 6ec9d1d6 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(templating): allow category field (#25075)

parent 0c5df8ec
No related branches found
No related tags found
No related merge requests found
......@@ -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.',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment