From 6ec9d1d62ae951058703cb40e27377c417fd73a4 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Fri, 6 Oct 2023 11:34:21 +0200
Subject: [PATCH] fix(templating): allow category field (#25075)

---
 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 6af4fbaf6d..4d6b32c7c3 100644
--- a/lib/util/template/index.ts
+++ b/lib/util/template/index.ts
@@ -72,6 +72,7 @@ export const exposedConfigOptions = [
 export const allowedFields = {
   baseBranch: 'The baseBranch for this branch/PR',
   body: 'The body of the release notes',
+  category: 'The category of the manager of the dependency being updated',
   currentValue: 'The extracted current value of the dependency being updated',
   currentVersion:
     'The version that would be currently installed. For example, if currentValue is ^3.0.0 then currentVersion might be 3.1.0.',
-- 
GitLab