aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Setch <[email protected]>2023-05-21 12:31:21 -0400
committerGitHub <[email protected]>2023-05-21 16:31:21 +0000
commit0296810cd637808d54378762ae1b70cbb5c65457 (patch)
tree815416a52a2c5bd3de130aac8939b7779182d74a
parent2ccf030e6a6f998b750c271fb579bc8ac5f8b3b1 (diff)
downloadrenovate-0296810cd637808d54378762ae1b70cbb5c65457.tar.gz
renovate-0296810cd637808d54378762ae1b70cbb5c65457.zip
feat(template): allow isGroup (#22331)35.98.0
-rw-r--r--lib/util/template/index.ts1
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',