Skip to content

Commit

Permalink
chore(deps): ignore ESlint major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Aug 25, 2024
1 parent 47ec0c6 commit f526455
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ updates:
groups:
eslint:
patterns: ["eslint", "eslint-*"]
ignore:
# TODO: This will be unnecessary when updating ESLint to v9.
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit f526455

Please sign in to comment.