Skip to content

Commit

Permalink
Configure Dependabot for ESLint dependencies (#508)
Browse files Browse the repository at this point in the history
This enables us to bump ESLint dependencies together.
  • Loading branch information
ybiquitous authored Feb 21, 2024
1 parent db1e0c1 commit 9a17552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ updates:
groups:
jest:
patterns: ['jest', 'jest-runner-vscode', 'ts-jest', '@types/jest']
eslint:
patterns: ['eslint', 'eslint-config-*', '@typescript-eslint/*', '@types/eslint']
ignore:
- dependency-name: p-wait-for
update-types: [version-update:semver-major]
Expand Down

0 comments on commit 9a17552

Please sign in to comment.