Skip to content

Commit

Permalink
fix(validation): allow description in regexManagers
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 1, 2021
1 parent 3476b5f commit 800a3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/validation.ts
Expand Up @@ -266,6 +266,7 @@ export async function validateConfig(
}
if (key === 'regexManagers') {
const allowedKeys = [
'description',
'fileMatch',
'matchStrings',
'matchStringsStrategy',
Expand Down

0 comments on commit 800a3d1

Please sign in to comment.