Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 21f9ee6

Browse files
add dependabot grouping
1 parent c9cfb77 commit 21f9ee6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ updates:
88
- "PR: waiting for review"
99
- "PR: dependencies"
1010
open-pull-requests-limit: 15
11+
groups:
12+
babel:
13+
patterns:
14+
- "@babel/*"
15+
- "babel-*"
16+
eslint:
17+
patterns:
18+
- "eslint"
19+
- "eslint-*"
20+
rollup:
21+
patterns:
22+
- "rollup"
23+
- "@rollup/*"
24+
1125
- package-ecosystem: "github-actions"
1226
directory: "/"
1327
schedule:

0 commit comments

Comments
 (0)