Skip to content

Commit

Permalink
fix(config): Add freeChoice to userStrings config object (#13539)
Browse files Browse the repository at this point in the history
  • Loading branch information
infraredgirl authored Jan 28, 2022
1 parent b72bff3 commit ec4cf70
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 @@ -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:
Expand Down

0 comments on commit ec4cf70

Please sign in to comment.