Skip to content

Commit

Permalink
fix: disallow allowedVersions and matchUpdateTypes
Browse files Browse the repository at this point in the history
Closes #9172
  • Loading branch information
rarkins committed Apr 22, 2021
1 parent 61abc03 commit e0deef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/validation.ts
Expand Up @@ -327,6 +327,7 @@ export async function validateConfig(
}
// It's too late to apply any of these options once you already have updates determined
const preLookupOptions = [
'allowedVersions',
'extractVersion',
'followTag',
'ignoreDeps',
Expand Down

0 comments on commit e0deef3

Please sign in to comment.