Function: getEffectiveDependabotUpdateValue()
function getEffectiveDependabotUpdateValue(
root: YAMLMapping,
update: DependabotUpdateEntry,
key: string
): YAMLContent | YAMLWithMeta | null;
Defined in: _internal/dependabot-yaml.ts:150
Resolve an update-scoped value, falling back to the referenced group when present.
Parameters
root
YAMLMapping
update
key
string
Returns
YAMLContent | YAMLWithMeta | null