Function: getEffectiveDependabotStringValue()
function getEffectiveDependabotStringValue(
root: YAMLMapping,
update: DependabotUpdateEntry,
key: string
): string | null;
Defined in: _internal/dependabot-yaml.ts:170
Read a trimmed non-empty string value from an effective update-scoped key.
Parameters
root
YAMLMapping
update
key
string
Returns
string | null