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