From 1eddab7b4618ab3354fe5d8d7d27624aa2692fec Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Tue, 16 Apr 2024 11:59:23 +0200 Subject: [PATCH] fix(validation): allow free choice for customizeDashboard (#28438) --- 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 d371db3cc74683..746b7e2646a8ca 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -2195,6 +2195,7 @@ const options: RenovateOptions[] = [ description: 'Customize sections in the Dependency Dashboard issue.', type: 'object', default: {}, + freeChoice: true, additionalProperties: { type: 'string', },