We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e85017e + ecac2c6 commit 8aba5f2Copy full SHA for 8aba5f2
.github/dependabot.yml
@@ -16,6 +16,10 @@ updates:
16
# v7 requires ESM
17
- dependency-name: "del"
18
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"]
23
groups:
24
npm:
25
patterns:
0 commit comments