Skip to content

Commit

Permalink
feat(template): allow isGroup (#22331)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed May 21, 2023
1 parent 2ccf030 commit 0296810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/template/index.ts
Expand Up @@ -90,6 +90,7 @@ export const allowedFields = {
displayTo: 'The to value, formatted for display',
hasReleaseNotes: 'true if the upgrade has release notes',
indentation: 'The indentation of the dependency being updated',
isGroup: 'true if the upgrade is part of a group',
isLockfileUpdate: 'true if the branch is a lock file update',
isMajor: 'true if the upgrade is major',
isPatch: 'true if the upgrade is a patch upgrade',
Expand Down

0 comments on commit 0296810

Please sign in to comment.