Function: getEffectiveDependabotUpdateMapping()
function getEffectiveDependabotUpdateMapping(
root: YAMLMapping,
update: DependabotUpdateEntry,
key: string
): YAMLMapping | null;
Defined in: _internal/dependabot-yaml.ts:181
Resolve an update-scoped mapping value, honoring multi-ecosystem-group fallback.
Parametersโ
rootโ
YAMLMapping
updateโ
keyโ
string
Returnsโ
YAMLMapping | null