Function: getDependabotRoot()
function getDependabotRoot(context: RuleContext): YAMLMapping | null;
Defined in: _internal/dependabot-yaml.ts:66
Resolve the root mapping for a Dependabot configuration file.
Parameters
context
RuleContext
Returns
YAMLMapping | null