mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
parent
f0d4995fda
commit
54a1da4446
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ export async function validateConfig(
|
||||||
message: `Configuration option \`${currentPath}\` should be a string`,
|
message: `Configuration option \`${currentPath}\` should be a string`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else if (type === 'object') {
|
} else if (type === 'object' && currentPath !== 'compatibility') {
|
||||||
if (is.object(val)) {
|
if (is.object(val)) {
|
||||||
const ignoredObjects = options
|
const ignoredObjects = options
|
||||||
.filter(option => option.freeChoice)
|
.filter(option => option.freeChoice)
|
||||||
|
|
Loading…
Reference in a new issue