Skip to content

Commit

Permalink
ignore eslint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpatrickpatrick committed May 23, 2024
1 parent 63ecf74 commit 880f9eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ updates:
patterns:
- '@typescript-eslint/*'
- 'editorconfig-checker'
- 'eslint'
- 'eslint-*'
- 'standard'
- 'prettier'
- 'stylelint'
Expand Down Expand Up @@ -64,6 +62,9 @@ updates:
exclude-patterns:
- '@types/jest'
- '@types/jest-*'
ignore:
- dependency-name: 'eslint-*'
- dependency-name: 'eslint'

reviewers:
- alphagov/design-system-developers
Expand Down

0 comments on commit 880f9eb

Please sign in to comment.