Skip to content

Commit

Permalink
feat(templates): allow isMinor (#30966)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Aug 22, 2024
1 parent 471494d commit 1f65d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/template/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export const allowedFields = {
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',
isMinor: 'true if the upgrade is minor',
isPatch: 'true if the upgrade is a patch upgrade',
isPin: 'true if the upgrade is pinning dependencies',
isPinDigest: 'true if the upgrade is pinning digests',
Expand Down

0 comments on commit 1f65d31

Please sign in to comment.