Skip to content

Commit 41524cf

Browse files
committed
Group some npm dependency updates
1 parent bbc881e commit 41524cf

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
@@ -13,6 +13,20 @@ updates:
1313
# are unrelated to the Node version, so we allow those.
1414
- dependency-name: "@types/node"
1515
update-types: ["version-update:semver-major", "version-update:semver-minor"]
16+
groups:
17+
octokit:
18+
patterns:
19+
- "@octokit/*"
20+
storybook:
21+
patterns:
22+
- "@storybook/*"
23+
- "storybook"
24+
testing-library:
25+
patterns:
26+
- "@testing-library/*"
27+
typescript-eslint:
28+
patterns:
29+
- "@typescript-eslint/*"
1630
- package-ecosystem: "github-actions"
1731
directory: "/"
1832
schedule:

0 commit comments

Comments
 (0)