Skip to content

Commit 5f257f3

Browse files
committed
chore(dependabot): group @types/ bumps
1 parent c597215 commit 5f257f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ updates:
1313
- "@aws-sdk/*"
1414
babel:
1515
patterns:
16-
- "@babel/"
16+
- "@babel/*"
1717
typescript-eslint:
1818
patterns:
1919
- "@typescript-eslint/*"
20+
typescript-types:
21+
patterns:
22+
- "@types/node"
23+
- "@types/react"
2024
- package-ecosystem: github-actions
2125
directory: "/"
2226
schedule:

0 commit comments

Comments
 (0)