Function: getDependabotMultiEcosystemGroup()
function getDependabotMultiEcosystemGroup(
root: YAMLMapping,
groupName: string
): YAMLMapping | null;
Defined in: _internal/dependabot-yaml.ts:111
Resolve a named multi-ecosystem-group mapping by its declared group key.
Parameters
root
YAMLMapping
groupName
string
Returns
YAMLMapping | null