Skip to content

Commit

Permalink
Add Dependabot grouping for eslint deps (#36)
Browse files Browse the repository at this point in the history
Add group for eslint deps
  • Loading branch information
danbarr authored Jan 14, 2025
1 parent 61c7023 commit b0f958a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ updates:
docusaurus:
patterns:
- '*docusaurus*'
eslint:
patterns:
- '*eslint*'
ignore:
# Pin key docusaurus dependencies to major versions
- dependency-name: '@mdx-js/react'
Expand Down

0 comments on commit b0f958a

Please sign in to comment.