Skip to content

Commit

Permalink
Exclude ESLint from Dependabot group updates (#320)
Browse files Browse the repository at this point in the history
To avoid dependency problems of ESLint v9.
  • Loading branch information
ybiquitous committed May 1, 2024
1 parent 3c610c1 commit 8130e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
groups:
development-dependencies:
dependency-type: 'development'
exclude-patterns: ['stylelint']
exclude-patterns: ['stylelint', 'eslint']
ignore:
- dependency-name: 'stylelint' # Avoid updating the peer dependency.

Expand Down

0 comments on commit 8130e8a

Please sign in to comment.