Skip to content
Snippets Groups Projects
Commit e0deef3b authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: disallow allowedVersions and matchUpdateTypes

Closes #9172
parent 61abc03a
Branches
Tags
No related merge requests found
...@@ -327,6 +327,7 @@ export async function validateConfig( ...@@ -327,6 +327,7 @@ export async function validateConfig(
} }
// It's too late to apply any of these options once you already have updates determined // It's too late to apply any of these options once you already have updates determined
const preLookupOptions = [ const preLookupOptions = [
'allowedVersions',
'extractVersion', 'extractVersion',
'followTag', 'followTag',
'ignoreDeps', 'ignoreDeps',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment