Function: getDependabotReferencedGroup()
function getDependabotReferencedGroup(
root: YAMLMapping,
update: DependabotUpdateEntry
): YAMLMapping | null;
Defined in: _internal/dependabot-yaml.ts:138
Resolve the referenced multi-ecosystem-group mapping for an update entry.
Parameters
root
YAMLMapping
update
Returns
YAMLMapping | null