From e1754c1016b275880f8550619b8da6bec7cd13ec Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 18 Apr 2023 09:26:13 -0400 Subject: [PATCH] feat: expose isGroup --- 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 c4fcd4fcc564b6..a953afcf93fdf8 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',