Skip to content

Commit 81531d5

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 2645da7 commit 81531d5

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
@@ -51,7 +51,7 @@ If your repository contains multiple GitHub Actions (for example, in a monorepo)
5151

5252
- **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.
54-
- **Slash (`/`) separator (e.g., `@my-action/v0.1.0`):**
54+
- **Slash (`/`) separator (for example, `@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.
5656

5757
**Example**:

0 commit comments

Comments
 (0)