Skip to content

Commit

Permalink
chore(deps-dev): exclude eslint from Dependabot group updates
Browse files Browse the repository at this point in the history
This project is not ready for ESLint v9 yet. For example, see #584.
  • Loading branch information
ybiquitous authored Aug 27, 2024
1 parent 74d40e8 commit b8fa6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ updates:
jest:
patterns: ['jest', 'ts-jest', '@types/jest']
eslint:
patterns: ['eslint', 'eslint-config-*', '@typescript-eslint/*']
# TODO: Re-add 'eslint' when it's possible to bump ESLint to v9.
patterns: ['eslint-config-*', '@typescript-eslint/*']
vscode:
patterns: ['vscode-*', '@vscode/*']
ignore:
Expand Down

0 comments on commit b8fa6ed

Please sign in to comment.