Skip to content

Commit 985318d

Browse files
fix: Add uv to fix disparity between Dependabot docs articles (#37262)
Co-authored-by: Jeff Widman <[email protected]>
1 parent 95b6682 commit 985318d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ Package manager | YAML value | Supported versions |
399399
| pub | `pub` | v2 |
400400
| Swift | `swift` | v5 |
401401
| Terraform | `terraform` | >= 0.13, <= 1.10.x |
402+
| uv | `uv` | v0 |
402403
| yarn | `npm` | v1, v2, v3 |
403404

404405
## `pull-request-branch-name.separator` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %}

data/reusables/dependabot/supported-package-managers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ poetry | `pip` | v1 | {% octicon "check" aria-l
3535
[pub](#pub) | `pub` | v2 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% ifversion dependabot-updates-pub-private-registry %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Not supported" %}{% endif %} | {% ifversion dependabot-updates-pub-private-registry %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Not supported" %}{% endif %} | {% octicon "x" aria-label="Not supported" %} |
3636
[Swift](#swift) | `swift` | v5 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} (git only) | {% octicon "x" aria-label="Not supported" %} |
3737
[Terraform](#terraform) | `terraform` | >= 0.13, <= 1.10.x | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable |
38-
uv | `uv` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable |
38+
uv | `uv` | v0 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable |
3939
[yarn](#yarn) | `npm` | v1, v2, v3 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}|
4040

4141
> [!TIP]

0 commit comments

Comments
 (0)