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

fix: add bundler to sequential retrieval

parent 830bb30a
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ async function fetchManagerPackagerFileUpdates( ...@@ -88,7 +88,7 @@ async function fetchManagerPackagerFileUpdates(
const { packageFile } = pFile; const { packageFile } = pFile;
const packageFileConfig = mergeChildConfig(managerConfig, pFile); const packageFileConfig = mergeChildConfig(managerConfig, pFile);
const { manager } = packageFileConfig; const { manager } = packageFileConfig;
const problematicManagers = ['pip_requirements', 'maven']; const problematicManagers = ['bundler', 'pip_requirements', 'maven'];
if (problematicManagers.includes(manager)) { if (problematicManagers.includes(manager)) {
logger.debug( logger.debug(
{ manager, packageFile, queueLength: pFile.deps.length }, { manager, packageFile, queueLength: pFile.deps.length },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment