Skip to content

Commit a98f3ae

Browse files
committed
Add Dependabot group for TypeScript dependencies
1 parent 039f475 commit a98f3ae

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
@@ -10,9 +10,13 @@ updates:
1010
# Check the npm registry for updates every day (weekdays)
1111
schedule:
1212
interval: "daily"
13+
groups:
14+
typescript:
15+
patterns:
16+
- "typescript"
17+
- "@voxpelli/tsconfig"
1318
# Enable updates to github actions
1419
- package-ecosystem: "github-actions"
1520
directory: "/"
1621
schedule:
1722
interval: "daily"
18-

0 commit comments

Comments
 (0)