You can now unarchive a repository via the REST API. Previously, unarchiving was only available via the GraphQL API or the UI.
Enable secret scanning with the enterprise-level REST API
Enterprises with GitHub Advanced Security can now enable secret scanning and push protection on all their organizations using a single call to an enterprise-level REST API endpoint.
You can also use the enterprise API to set a default custom link that will appear on a push protection block.
This new endpoint supplements the existing enterprise enablement settings in the UI and the repository-level and organization-level REST API enablement endpoints.
- Learn more about managing GitHub Advanced Security features for your enterprise
- Learn more about securing private repositories with secret scanning
We've hardened our Dependabot support for private registries such that it will no longer make package requests to public registries if private registries are configured for the following ecosystems:
- Bundler
- Docker
- Gradle
- Maven
- npm
- Nuget
- Python
- Yarn
Learn more about configuring Dependabot version updates to only access private registries.