Add helm to the versioning-strategy supported package managers#44584
Add helm to the versioning-strategy supported package managers#44584casey-robertson-paypal wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Dependabot options reference to reflect that the versioning-strategy option is supported for Helm ecosystems.
Changes:
- Added
helmto the “Supported by” lists forversioning-strategyin bothdependabot-uv-supportand non-dependabot-uv-supportdocumentation variants.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
Why
dependabot/dependabot-coreis addingversioning-strategysupport for the Helm ecosystem (implementation in dependabot/dependabot-core#15218, requested in dependabot/dependabot-core#15216). Theversioning-strategyreference currently lists the supported package managers but omitshelm, so there's no way for a user to discover the option applies to Helm short of reading the source.What's changed
Adds
helmto both "Supported by" lists in theversioning-strategysection of the Dependabot options reference (theuv-gated and non-gated variants), keeping the list alphabetical.Note on timing
This is a companion to dependabot/dependabot-core#15218 and describes behavior that ships once that change is merged and deployed — happy to hold this until then, or adjust to whatever cadence the docs team prefers for new-ecosystem support. Flagging the linkage so it can be sequenced appropriately.