Skip to content

Commit 7fc4c4f

Browse files
authored
Update supported package managers in documentation
Added 'uv' to the list of supported package managers for the prefix-development configuration to match https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#prefix-development
1 parent b678cde commit 7fc4c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To specify your preferences explicitly, use `commit-message` together with the f
137137
* Prefix is also added to the start of the pull request title.
138138
* `prefix-development`:
139139
* Specifies a separate prefix for all commit messages that update development dependencies, as defined by the package manager or ecosystem.
140-
* Supported for `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`.
140+
* Supported for `bundler`, `composer`, `mix`, `maven`, `npm`, `pip`, and `uv`.
141141
* `include: "scope"`:
142142
* Specifies that any prefix is followed by the dependency types (`deps` or `deps-dev`) updated in the commit.
143143

0 commit comments

Comments
 (0)