diff options
-rw-r--r-- | lib/util/template/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/template/index.ts b/lib/util/template/index.ts index 5c3e1261e29..db40eabae60 100644 --- a/lib/util/template/index.ts +++ b/lib/util/template/index.ts @@ -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', |