Skip to content

Commit ecac2c6

Browse files
authored
Exclupde eslint-plugin-import updates from dependabot
See #2510 for reason why.
1 parent e85017e commit ecac2c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
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)