Skip to content

Commit 8aba5f2

Browse files
authored
Merge pull request #2516 from github/aeisenberg/dependabot-exclude
Exclupde `eslint-plugin-import` updates from dependabot
2 parents e85017e + ecac2c6 commit 8aba5f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ updates:
1616
# v7 requires ESM
1717
- dependency-name: "del"
1818
versions: ["^7.0.0"]
19+
# This is broken due to the way configuration files have changed.
20+
# This might be fixed when we move to eslint v9.
21+
- dependency-name: "eslint-plugin-import"
22+
versions: [">=2.30.0"]
1923
groups:
2024
npm:
2125
patterns:

0 commit comments

Comments
 (0)