mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +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`,
|
||||
});
|
||||
}
|
||||
} else if (type === 'object') {
|
||||
} else if (type === 'object' && currentPath !== 'compatibility') {
|
||||
if (is.object(val)) {
|
||||
const ignoredObjects = options
|
||||
.filter(option => option.freeChoice)
|
||||
|
|
Loading…
Reference in a new issue