From 0296810cd637808d54378762ae1b70cbb5c65457 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sun, 21 May 2023 12:31:21 -0400 Subject: [PATCH] feat(template): allow isGroup (#22331) --- lib/util/template/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/template/index.ts b/lib/util/template/index.ts index 5c3e1261e29a73..db40eabae6088d 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',