Skip to content

Commit 3077e54

Browse files
authored
Group :dependabot: PR's for eslint-related deps (#374)
There are multiple deps that are `eslint`-related, and since they're all related to a linter, it's very safe to merge them as a single group. So try kicking the tires on the new "grouping" feature that the :dependabot: team is working on.
1 parent 28a846a commit 3077e54

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
@@ -8,3 +8,7 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "monthly"
11+
groups:
12+
eslint-dependencies:
13+
patterns:
14+
- "*eslint*"

0 commit comments

Comments
 (0)