Skip to content

Commit

Permalink
Pin @typescript-eslint dependencies
Browse files Browse the repository at this point in the history
Prevent dependabot from attempting to upgrade
`@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to
v8, because `eslint-config-airbnb-typescript` still depends on v7.

Issue PhilanthropyDataCommons/meta#153
  • Loading branch information
jasonaowen committed Dec 4, 2024
1 parent 2403604 commit 785df98
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 @@ -12,6 +12,10 @@ updates:
update-types: ['version-update:semver-major']
- dependency-name: 'eslint'
update-types: ['version-update:semver-major']
- dependency-name: '@typescript-eslint/eslint-plugin'
update-types: ['version-update:semver-major']
- dependency-name: '@typescript-eslint/parser'
update-types: ['version-update:semver-major']
groups:
aws-sdk:
patterns:
Expand Down

0 comments on commit 785df98

Please sign in to comment.