Removing support for connecting to GitHub Enterprise Server 3.0 from GitHub Mobile

GitHub Mobile can no longer connect to GitHub Enterprise Server 3.0. To enable connections from GitHub Mobile to GitHub Enterprise Server, a site administrator must upgrade to GitHub Enterprise Server 3.1 or later. Newer versions of GitHub Enterprise Server improve performance, enhance security, and provide new features. For more information, see "GitHub Enterprise Server releases" and "Upgrading GitHub Enterprise Server."


Read more about GitHub Mobile and send us your feedback to help us improve.

We've just released a new version of Octokit.js, our SDK for interacting with the GitHub API from your JavaScript or TypeScript code.

The new release adds support for 91 new APIs – right up to the brand new dependency submission API launched last week.

Best of all, it offers in-editor code hints to make working with the API a breeze ✨

octokit-js-autocomplete

See more

Dependency graph now supports submissions through the dependency submission API (beta). This enables you to add dependencies, such as those resolved when software is compiled or built, to the dependency graph. Submitted dependencies will appear in a repository’s dependency graph and any associated vulnerabilities will trigger Dependabot alerts.

Releasing alongside the dependency submission API are the:

Learn more about the dependency submission API.

See more