Skip to content

Commit 5ff0e78

Browse files
Clarify the valid update-types values for the ignore block (#40031)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent fd08646 commit 5ff0e78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ For examples, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updat
346346

347347
Specify which semantic versions (SemVer) to ignore. SemVer is an accepted standard for defining versions of software packages, in the form `x.y.z`. {% data variables.product.prodname_dependabot %} assumes that versions in this form are always `major.minor.patch`.
348348

349-
* Use `patch` to include patch releases.
350-
* Use `minor` to include minor releases.
351-
* Use `major` to include major releases.
349+
* Use `version-update:semver-patch` to include patch releases.
350+
* Use `version-update:semver-minor` to include minor releases.
351+
* Use `version-update:semver-major` to include major releases.
352352

353353
## `insecure-external-code-execution` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %}
354354

0 commit comments

Comments
 (0)