Skip to content

Commit a451f10

Browse files
authored
[dependabot.yml] Add group for eslint (#423)
1 parent bdfc3a7 commit a451f10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ updates:
2222

2323
# Locked to "^20.0.0" to align with our minimum node version in package.json/engines
2424
- dependency-name: "@types/node"
25+
groups:
26+
eslint:
27+
patterns:
28+
- "*eslint*"

0 commit comments

Comments
 (0)