Skip to content

Commit

Permalink
No longer ignore updates for eslint and `@typescript-eslint/eslint-…
Browse files Browse the repository at this point in the history
…plugin`

Seems the ecosystem is catching up
  • Loading branch information
mburumaxwell committed Jul 28, 2024
1 parent 6e170a6 commit 6a86468
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ updates:
patterns:
- 'eslint-config-turbo'
- 'turbo'
ignore:
- dependency-name: 'eslint'
update-types: ['version-update:semver-major'] # new eslint has breaking changes and the ecosystem has not caught up
- dependency-name: '@typescript-eslint/eslint-plugin'
update-types: ['version-update:semver-major'] # new eslint has breaking changes and the ecosystem has not caught up
- package-ecosystem: 'github-actions' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
Expand Down

0 comments on commit 6a86468

Please sign in to comment.