Skip to main content

Function: getEffectiveDependabotStringValue()

function getEffectiveDependabotStringValue(
root: YAMLMapping,
update: DependabotUpdateEntry,
key: string
): string | null;

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

Read a trimmed non-empty string value from an effective update-scoped key.

Parametersโ€‹

rootโ€‹

YAMLMapping

updateโ€‹

DependabotUpdateEntry

keyโ€‹

string

Returnsโ€‹

string | null