Skip to main content

Function: getDependabotConfigPath()

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