provider dependabot GET
/organizations/{org}/dependabot/repository-access @utdk/github
/organizations/{org}/dependabot/repository-access Lists the repositories Dependabot can access in an organization
Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.
> [!NOTE]
> This operation supports both server-to-server and user-to-server access.
Unauthorized users will not see the existence of this endpoint.
- org path required
- The organization name. The name is not case sensitive.
- 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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import github from '@utdk/github';
await github.dependabot.repositoryAccessForOrg({
"page": 1,
"per_page": 30
})