From 1bf45e28175e22e360f619ee9ff5b1dbb797134a Mon Sep 17 00:00:00 2001 From: lstoeferle <48953604+lstoeferle@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:41:53 +0100 Subject: [PATCH] feat: allow templating of the extends field --- 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 66ff1847ed1069..b1f952e11a9c92 100644 --- a/lib/util/template/index.ts +++ b/lib/util/template/index.ts @@ -56,6 +56,7 @@ export const exposedConfigOptions = [ 'commitMessagePrefix', 'commitMessageSuffix', 'commitMessageTopic', + 'extends', 'gitAuthor', 'group', 'groupName',