Skip to main content

Function: getEffectiveDependabotUpdateValue()

function getEffectiveDependabotUpdateValue(
root: YAMLMapping,
update: DependabotUpdateEntry,
key: string
): YAMLContent | YAMLWithMeta | null;

Defined in: _internal/dependabot-yaml.ts:148

Resolve an update-scoped value, falling back to the referenced group when present.

Parametersโ€‹

rootโ€‹

YAMLMapping

updateโ€‹

DependabotUpdateEntry

keyโ€‹

string

Returnsโ€‹

YAMLContent | YAMLWithMeta | null