Skip to content

Commit

Permalink
Merge pull request #2516 from github/aeisenberg/dependabot-exclude
Browse files Browse the repository at this point in the history
Exclupde `eslint-plugin-import` updates from dependabot
  • Loading branch information
aeisenberg authored Oct 2, 2024
2 parents e85017e + ecac2c6 commit 8aba5f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ updates:
# v7 requires ESM
- dependency-name: "del"
versions: ["^7.0.0"]
# This is broken due to the way configuration files have changed.
# This might be fixed when we move to eslint v9.
- dependency-name: "eslint-plugin-import"
versions: [">=2.30.0"]
groups:
npm:
patterns:
Expand Down

0 comments on commit 8aba5f2

Please sign in to comment.