v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
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

enabledboolean required

Whether Dependabot security updates are enabled for the repository.

pausedboolean required

Whether Dependabot security updates are paused for the repository.

Example response

{
  "enabled": true
}