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 8 commits 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. |
|
@casey-robertson-paypal Checking in with the Dependabot team to see if they want this added or already have plans to add it themselves. |
…ng-strategy # Conflicts: # content/code-security/reference/supply-chain-security/dependabot-options-reference.md
|
Thanks @Sharra-writes! The implementation PR is up on dependabot-core: dependabot/dependabot-core#15218 It's open with all CI green, and @robaiken from the Dependabot team is assigned to it. There's one open question there about default semantics (whether I also just resolved the merge conflict here, so it's mergeable again whenever the team gives the thumbs up. |
|
Hi @Sharra-writes! Following up — the implementation just merged into dependabot-core: dependabot/dependabot-core#15218 (approved and merged by @robaiken from the Dependabot team). So |
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.