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