provider dependabot GET
/enterprises/{enterprise}/dependabot/repository-access @utdk/github
/enterprises/{enterprise}/dependabot/repository-access Lists the repositories Dependabot can access in an enterprise
Lists repositories that enterprise admins have allowed Dependabot to access when updating dependencies across organizations in the enterprise.
The authenticated user must be an enterprise owner to use this endpoint.
- enterprise path required
- The slug version of the enterprise name.
- string
- page query
- The page number of results to fetch.
- integer
- per_page query
- Number of results per page.
- integer
Try it
Authentication
Configure credentials for GitHub v3 REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import github from '@utdk/github';
await github.dependabot.repositoryAccessForEnterprise({
"page": 1,
"per_page": 30
})