GitHub Dependabot logo

GitHub Dependabot

Automated dependency updates

Changelog

RSS
GitHub
GitHub Copilot usage metrics now track CLI activity for enterprise deployments//GitHub has expanded its Copilot enterprise usage metrics API to include telemetry from the Copilot CLI, enabling organizations to track daily active users, request counts, and token consumption across command-line environments. This addition gives enterprises comprehensive visibility into how developers use Copilot across all interfaces and helps inform rollout planning and support allocation.
apifeaturerelease
GitHub
GitHub launches Copilot Content Exclusion REST API in public preview//Admins can now programmatically manage Copilot content exclusion rules via a new REST API supporting GET and SET operations at organization and enterprise levels. This enables automation and governance at scale for controlling what content is excluded from Copilot's context.
apifeaturerelease
GitHub
GitHub's Enterprise AI Controls reaches general availability with agent governance tools//GitHub has released Enterprise AI Controls and the agent control plane as generally available features, giving enterprise administrators deeper oversight and auditability of AI agent usage across their organizations. The release includes new capabilities for discovering agent activity, configuring enterprise agent policies via API, and managing custom agent standards through fine-grained permissions.
releasefeatureapiplatform
GitHub
GitHub Copilot gains native web search capabilities for real-time answers//GitHub has enabled model-native web search in GitHub Copilot Chat on github.com for specific GPT models, allowing faster and more accurate answers to time-sensitive questions. The feature is available to paid Copilot subscribers as part of the public preview program and can be toggled on or off in Copilot settings.
featurereleaseplatform
GitHub
GitHub Copilot coding agent now assignable from Raycast launcher//GitHub's Copilot coding agent can now be invoked directly from Raycast, a free launcher for macOS and Windows. Users can assign issues to Copilot, create new tasks, and track progress—all without leaving the Raycast interface—via the newly updated GitHub Copilot extension.
featureintegrationplatform
GitHub
Dependabot adds OIDC authentication support for private registries//Dependabot now supports OpenID Connect (OIDC) authentication with private registries including AWS CodeArtifact, Azure DevOps Artifacts, and JFrog Artifactory. This eliminates the need for long-lived credentials stored as secrets, replacing them with short-lived dynamically generated tokens similar to GitHub Actions OIDC federation.
featuresecurityapi
GitHub
GitHub releases Dependabot Proxy as open source under MIT license//GitHub has open sourced the Dependabot Proxy, the HTTP authentication layer that handles connections between Dependabot and the GitHub API, private package registries, and Git servers. The proxy supports nine package managers including npm, Maven, Docker, and Cargo, enabling organizations to audit how their dependency updates are authenticated and contribute improvements to the codebase.
open-sourcereleasefeaturesecurityintegration