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