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