Skip to content

Commit

Permalink
chore: Don't try to update eslint
Browse files Browse the repository at this point in the history
I have started updating eslint-config-universe to support it, but until
then, none of the compatibility workarounds I tried have worked.
  • Loading branch information
nicknovitski committed Sep 13, 2024
1 parent 67ba274 commit bc6e5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ updates:
- dependency-type: "development"
ignore:
- dependency-name: "@types*"
- dependency-name: eslint # v9 breaks our shared config
groups:
jest:
patterns:
Expand Down

0 comments on commit bc6e5f5

Please sign in to comment.