Skip to content

Commit

Permalink
fix(validation): allow free choice for customizeDashboard (#28438)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Apr 16, 2024
1 parent 70e0cc3 commit 1eddab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2195,6 +2195,7 @@ const options: RenovateOptions[] = [
description: 'Customize sections in the Dependency Dashboard issue.',
type: 'object',
default: {},
freeChoice: true,
additionalProperties: {
type: 'string',
},
Expand Down

0 comments on commit 1eddab7

Please sign in to comment.