diff --git a/extension/tasks/dependabotV2/utils/dependabot-cli/DependabotJobBuilder.ts b/extension/tasks/dependabotV2/utils/dependabot-cli/DependabotJobBuilder.ts index 3ede6844..624964c7 100644 --- a/extension/tasks/dependabotV2/utils/dependabot-cli/DependabotJobBuilder.ts +++ b/extension/tasks/dependabotV2/utils/dependabot-cli/DependabotJobBuilder.ts @@ -179,7 +179,7 @@ function mapSourceFromDependabotConfigToJobConfig(taskInputs: ISharedVariables, }; } -function mapGroupsFromDependabotConfigToJobConfig( +export function mapGroupsFromDependabotConfigToJobConfig( dependencyGroups: Record, ): any[] | undefined { if (!dependencyGroups || !Object.keys(dependencyGroups).length) {