Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit b0f958a

Browse files
authored
Add Dependabot grouping for eslint deps (#36)
Add group for eslint deps
1 parent 61c7023 commit b0f958a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ updates:
88
docusaurus:
99
patterns:
1010
- '*docusaurus*'
11+
eslint:
12+
patterns:
13+
- '*eslint*'
1114
ignore:
1215
# Pin key docusaurus dependencies to major versions
1316
- dependency-name: '@mdx-js/react'

0 commit comments

Comments
 (0)