Function: isDependabotFile()
function isDependabotFile(filePath: string): boolean;
Defined in: _internal/lint-targets.ts:91
Determine whether a filename is the repository Dependabot config file.
Parameters
filePath
string
Returns
boolean
function isDependabotFile(filePath: string): boolean;
Defined in: _internal/lint-targets.ts:91
Determine whether a filename is the repository Dependabot config file.
string
boolean