From ec4cf704339d90c49491008fc733332d1a86925f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Krivokapi=C4=87?= <ana@gruntwork.io> Date: Fri, 28 Jan 2022 13:40:18 +0100 Subject: [PATCH] fix(config): Add freeChoice to userStrings config object (#13539) --- lib/config/options/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index fa6c284b62..34d904b39c 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -2213,6 +2213,7 @@ const options: RenovateOptions[] = [ description: 'User-facing strings pertaining to the PR comment that gets posted when a PR is closed.', type: 'object', + freeChoice: true, default: { ignoreTopic: 'Renovate Ignore Notification', ignoreMajor: -- GitLab