Skip to content

Commit 90f5c61

Browse files
committed
chore(deps): group dependabot PRs by ecosystem
1 parent 5092c5a commit 90f5c61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ updates:
1010
- "dependencies"
1111
- "npm"
1212
versioning-strategy: increase
13+
groups:
14+
npm-dependencies:
15+
patterns:
16+
- "*"
1317

1418
# GitHub Actions
1519
- package-ecosystem: "github-actions"
@@ -20,3 +24,7 @@ updates:
2024
labels:
2125
- "dependencies"
2226
- "github-actions"
27+
groups:
28+
github-actions:
29+
patterns:
30+
- "*"

0 commit comments

Comments
 (0)