Skip to main content

Function: getDependabotMultiEcosystemGroup()

function getDependabotMultiEcosystemGroup(
root: YAMLMapping,
groupName: string
): YAMLMapping | null;

Defined in: _internal/dependabot-yaml.ts:109

Resolve a named multi-ecosystem-group mapping by its declared group key.

Parametersโ€‹

rootโ€‹

YAMLMapping

groupNameโ€‹

string

Returnsโ€‹

YAMLMapping | null