mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
refactor: lower lock file warning to debug
This commit is contained in:
parent
fda9fcc289
commit
6c57c5f45b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function extractDependencies(
|
||||||
logger.debug('No match');
|
logger.debug('No match');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
logger.warn('No lock file found');
|
logger.debug('No lock file found');
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.debug({ currentVersion }, 'Could not find locked version');
|
logger.debug({ currentVersion }, 'Could not find locked version');
|
||||||
|
|
Loading…
Reference in a new issue