Skip to content

Commit 2645da7

Browse files
Update content/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories.md
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent af5a2fa commit 2645da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If your repository already uses an integration for dependency management, you wi
4949

5050
If your repository contains multiple GitHub Actions (for example, in a monorepo), the tag format you use affects how {% data variables.product.prodname_dependabot %} detects and updates action versions.
5151

52-
- **Dash (-) separator (e.g., `@my-action-v0.1.0`):**
52+
- **Dash (-) separator (for example, `@my-action-v0.1.0`):**
5353
- {% data variables.product.prodname_dependabot %} may group multiple actions under a single dependency entry or fail to detect new versions correctly. This occurs because {% data variables.product.prodname_dependabot %} relies on slash-based tag parsing to distinguish between actions.
5454
- **Slash (`/`) separator (e.g., `@my-action/v0.1.0`):**
5555
- {% data variables.product.prodname_dependabot %} correctly detects and updates each action independently, as the slash creates a hierarchical tag structure that aligns with {% data variables.product.prodname_dependabot %}'s parsing logic.

0 commit comments

Comments
 (0)