Function: getDependabotUpdateEntries()
function getDependabotUpdateEntries(
root: YAMLMapping
): readonly DependabotUpdateEntry[];
Defined in: _internal/dependabot-yaml.ts:70
Collect every valid update mapping under the top-level updates sequence.
Parametersโ
rootโ
YAMLMapping
Returnsโ
readonly DependabotUpdateEntry[]