Function: isDependabotFile()
function isDependabotFile(filePath: string): boolean;
Defined in: _internal/lint-targets.ts:58
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:58
Determine whether a filename is the repository Dependabot config file.
string
boolean