Skip to content

Commit

Permalink
fix(dashboard): don't remove issue labels (#10976)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 26, 2021
1 parent bd5d886 commit feb1297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/definitions.ts
Expand Up @@ -425,6 +425,7 @@ const options: RenovateOptions[] = [
'These labels will always be applied on the Dependency Dashboard issue, even when they have been removed manually.',
type: 'array',
subType: 'string',
default: null,
},
{
name: 'configWarningReuseIssue',
Expand Down

0 comments on commit feb1297

Please sign in to comment.