Skip to content

Commit

Permalink
chore: ignore eslint 9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
imccausl committed Aug 5, 2024
1 parent ddb6dad commit 63766f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
version: 2
updates:
- package-ecosystem: npm
commit-message:
prefix: "deps"
directory: "/" # Location of package manifests
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: "@types/node"
versions:
- "> 20.0.0" # until 22 is lts
- "<= 21" # until 22 is lts
- dependency-name: "eslint"
versions:
- "<= 9" # some plugins aren't compatible with eslint 9 yet

groups:
nextjs:
Expand Down Expand Up @@ -53,6 +58,8 @@ updates:
- "@vitetest/coverage-v8"

- package-ecosystem: github-actions
commit-message:
prefix: "ci"
directory: "/"
schedule:
interval: weekly
Expand Down

0 comments on commit 63766f0

Please sign in to comment.