Function: getDependabotConfigPath()
function getDependabotConfigPath(rootDirectoryPath: string): string | null;
Defined in: _internal/repository-text-files.ts:55
Resolves the first supported Dependabot configuration file from the
repository root, preferring .github/dependabot.yml and then .yaml.
Parametersâ
rootDirectoryPathâ
string
Returnsâ
string | null