Skip to content

Commit 7b3ef07

Browse files
committed
Typescript groups
1 parent 33a9609 commit 7b3ef07

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ updates:
1010
# Check the npm registry for updates every day (weekdays)
1111
schedule:
1212
interval: "daily"
13+
groups:
14+
typescript:
15+
patterns:
16+
- "@tsconfig/recommended"
17+
- "typescript"
18+
- "@types/node"
1319
# Enable updates to github actions
1420
- package-ecosystem: "github-actions"
1521
directory: "/"
1622
schedule:
1723
interval: "daily"
18-

0 commit comments

Comments
 (0)