Update Dependabot config to ignore incompatible updates
This commit is contained in:
parent
d85a177b9b
commit
e0806ce653
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
|
@ -6,6 +6,17 @@ updates:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
labels:
|
labels:
|
||||||
- Update dependencies
|
- 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:
|
groups:
|
||||||
npm:
|
npm:
|
||||||
patterns:
|
patterns:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue