Skip to content

Commit

Permalink
Don't update eslint major version
Browse files Browse the repository at this point in the history
typescript-eslint is not compatible with eslint 9.0 yet
  • Loading branch information
badaix committed Apr 12, 2024
1 parent 650621c commit eb23e03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ updates:
applies-to: version-updates
npm-security-updates:
applies-to: security-updates
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit eb23e03

Please sign in to comment.