Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk committed Jan 17, 2025
1 parent d5fb4d3 commit d9e23f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function mapSourceFromDependabotConfigToJobConfig(taskInputs: ISharedVariables,
};
}

function mapGroupsFromDependabotConfigToJobConfig(
export function mapGroupsFromDependabotConfigToJobConfig(
dependencyGroups: Record<string, IDependabotGroup>,
): any[] | undefined {
if (!dependencyGroups || !Object.keys(dependencyGroups).length) {
Expand Down

0 comments on commit d9e23f3

Please sign in to comment.