Skip to content

Commit b776d7a

Browse files
authored
Fix: allow applies to both sec and version updates (#18979)
1 parent 1183e09 commit b776d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/supply-chain-security/configuration-options-for-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ updates:
164164

165165
{% data reusables.dependabot.default-dependencies-allow-ignore %}
166166

167-
Use the `allow` option to customize which dependencies are updated. This has no impact on security updates for vulnerable dependencies. You can use the following options:
167+
Use the `allow` option to customize which dependencies are updated. This applies to both version and security updates. You can use the following options:
168168

169169
- `dependency-name`—use to allow updates for dependencies with matching names, optionally using `*` to match zero or more characters. For Java dependencies, the format of the `dependency-name` attribute is: `groupId:artifactId`, for example: `org.kohsuke:github-api`.
170170
- `dependency-type`—use to allow updates for dependencies of specific types.

0 commit comments

Comments
 (0)