From 0b91aa6f51388b06590a3f6905ff67953d1ed23a Mon Sep 17 00:00:00 2001 From: Yeikel Santana Date: Tue, 26 Aug 2025 16:09:55 -0400 Subject: [PATCH] Clarify the valid `update-types` values for the ignore block Relevant context https://github.com/dependabot/dependabot-core/issues/12953 --- .../working-with-dependabot/dependabot-options-reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md index 8d3c101b8b98..fbdecdb334b8 100644 --- a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md +++ b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md @@ -346,9 +346,9 @@ For examples, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updat 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`. -* Use `patch` to include patch releases. -* Use `minor` to include minor releases. -* Use `major` to include major releases. +* Use `version-update:semver-patch` to include patch releases. +* Use `version-update:semver-minor` to include minor releases. +* Use `version-update:semver-major` to include major releases. ## `insecure-external-code-execution` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %}