Skip to content

Commit 28d0940

Browse files
Add helm to the versioning-strategy supported list
Companion to dependabot/dependabot-core#15218 (implements dependabot/dependabot-core#15216).
1 parent 2ff181c commit 28d0940

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,9 @@ Supported values: `true` or `false`
877877
## `versioning-strategy` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %}
878878

879879
{% ifversion dependabot-uv-support %}
880-
Supported by: `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip`, `pub`, and `uv`
880+
Supported by: `bundler`, `cargo`, `composer`, `helm`, `mix`, `npm`, `pip`, `pub`, and `uv`
881881
{% else %}
882-
Supported by: `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip`, and `pub`
882+
Supported by: `bundler`, `cargo`, `composer`, `helm`, `mix`, `npm`, `pip`, and `pub`
883883
{% endif %}
884884

885885
Define how {% data variables.product.prodname_dependabot %} should edit manifest files. For examples, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updates/controlling-dependencies-updated#defining-a-versioning-strategy).

0 commit comments

Comments
 (0)