Skip to content

Commit 9a17552

Browse files
authored
Configure Dependabot for ESLint dependencies (#508)
This enables us to bump ESLint dependencies together.
1 parent db1e0c1 commit 9a17552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ updates:
1111
groups:
1212
jest:
1313
patterns: ['jest', 'jest-runner-vscode', 'ts-jest', '@types/jest']
14+
eslint:
15+
patterns: ['eslint', 'eslint-config-*', '@typescript-eslint/*', '@types/eslint']
1416
ignore:
1517
- dependency-name: p-wait-for
1618
update-types: [version-update:semver-major]

0 commit comments

Comments
 (0)