repos
Check if Dependabot security updates are enabled for a repository
Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see "Configuring Dependabot security updates".
get/repos/{owner}/{repo}/automated-security-fixes
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
Response
Response if Dependabot is enabled
Example response
{
"enabled": true
}