GitHub has introduced a new capability for Copilot Business and Copilot Enterprise users, enabling automatic updates for individual plugin marketplaces. This feature is generally available within the GitHub Copilot app, Copilot CLI, and Visual Studio Code.
Key Points
- Individual plugin marketplaces can be opted into automatic updates.
- This is achieved by setting
autoUpdate: trueon anextraKnownMarketplacesentry. - Supported clients will automatically check the marketplace and update installed plugins.
- The marketplace must still be permitted by the effective
strictKnownMarketplacesallowlist. - The capability is generally available.
Context
According to GitHub, this update aims to reduce manual maintenance for organization-specific customizations. By configuring autoUpdate: true within extraKnownMarketplaces entries in enterprise managed settings, administrators can ensure that plugins sourced from designated marketplaces are kept current automatically. This functionality is available across the GitHub Copilot app, Copilot CLI, and Visual Studio Code.
Why It Matters
This update provides administrators with a mechanism to streamline the management of custom plugins within enterprise environments, potentially reducing the operational overhead associated with maintaining up-to-date software components.
What To Do
- Review the documentation on enterprise managed settings for GitHub Copilot.
- Evaluate existing plugin marketplace configurations for
extraKnownMarketplacesentries. - Consider enabling
autoUpdate: truefor relevant plugin marketplaces. - Ensure that any marketplaces intended for auto-update are included in the
strictKnownMarketplacesallowlist.
