Update Dependabot config to ignore incompatible updates

This commit is contained in:
Henry Mercer 2023-07-17 19:01:20 +01:00
Родитель d85a177b9b
Коммит e0806ce653
1 изменённых файлов: 11 добавлений и 0 удалений

11
.github/dependabot.yml поставляемый
Просмотреть файл

@ -6,6 +6,17 @@ updates:
interval: weekly
labels:
- Update dependencies
# Ignore incompatible dependency updates
ignore:
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
- dependency-name: "@octokit/plugin-retry"
versions: ["~6.0.0"]
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
- dependency-name: "@schemastore/package"
versions: ["0.0.9"]
# v7 requires ESM
- dependency-name: "del"
versions: ["^7.0.0"]
groups:
npm:
patterns: