GitHub Container Registry now supports Docker images that have support for multiple operating systems and architectures.
The installation instructions will also show how to download the image on different operating systems and architectures.
Dependabot can now update repositories that use RubyGems, use bundler
, and vendor their gems by committing the vendor/cache
folder to the repo. In your Dependabot configuration file, add a vendor: true
option:
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
vendor: true
If you'd like Dependabot to support vendored packages from other package ecosystems, vote for the corresponding feature request on the dependabot/dependabot-core
repository.
GitHub Container Registry now supports Docker images that have support for multiple operating systems and architectures.
The installation instructions will also show how to download the image on different operating systems and architectures.
GitHub CLI is out of beta and now generally available for all GitHub users. GitHub CLI brings GitHub to your terminal to reduce context switching and enable you to create even more workflows. To download for Windows, macOS, or Linux visit cli.github.com for instructions.
With GitHub CLI 1.0, you can:
View the full list of new features and bug fixes in the release notes.