Skip to content

Commit

Permalink
Merge pull request #1785 from github/henrymercer/ignore-incompatible-…
Browse files Browse the repository at this point in the history
…dependencies

Update Dependabot config to ignore incompatible updates
  • Loading branch information
Henry Mercer authored and GitHub committed Jul 17, 2023
2 parents 84e042b + e0806ce commit 942acab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 942acab

Please sign in to comment.