Add Dependabot group for TypeScript dependencies

This commit is contained in:
Bret Comnes 2025-10-03 17:17:24 -07:00
parent 039f475bcb
commit a98f3aead4
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -10,9 +10,13 @@ updates:
# Check the npm registry for updates every day (weekdays) # Check the npm registry for updates every day (weekdays)
schedule: schedule:
interval: "daily" interval: "daily"
groups:
typescript:
patterns:
- "typescript"
- "@voxpelli/tsconfig"
# Enable updates to github actions # Enable updates to github actions
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"