Fix: allow applies to both sec and version updates (#18979)

This commit is contained in:
Philip Harrison 2021-04-27 10:23:04 +01:00 коммит произвёл GitHub
Родитель 1183e0969e
Коммит b776d7a6ff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -164,7 +164,7 @@ updates:
{% data reusables.dependabot.default-dependencies-allow-ignore %}
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:
Use the `allow` option to customize which dependencies are updated. This applies to both version and security updates. You can use the following options:
- `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`.
- `dependency-type`—use to allow updates for dependencies of specific types.