Skip to content

Commit 7205b73

Browse files
authored
chore: add-dependabot-gruping (#618)
* add-dependabot-gruping * Update .github/dependabot.yml
1 parent f91517f commit 7205b73

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,19 @@ updates:
1313
directory: "/.github/actions/setup-node"
1414
schedule:
1515
interval: "daily"
16+
groups:
17+
github-actions:
18+
patterns: ["*"]
19+
- package-ecosystem: "npm"
20+
directory: "/"
21+
schedule:
22+
interval: "daily"
23+
groups:
24+
storybook:
25+
patterns: ["@storybook/*"]
26+
testing:
27+
patterns: ["@testing-library/*", "jest*", "ts-jest"]
28+
eslint:
29+
patterns: ["eslint*", "@typescript-eslint/*"]
30+
react:
31+
patterns: ["react", "react-dom", "@types/react", "@types/react-dom"]

0 commit comments

Comments
 (0)