Skip to content

Commit

Permalink
Update groups in dependabot.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chehsunliu authored Nov 27, 2024
1 parent c8f4dcb commit b931761
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ updates:
schedule:
interval: weekly
groups:
aws-sdk:
patterns:
- "@aws-sdk/*"
knex:
patterns:
- "knex"
- "knex-schema-inspector"
ssh2-sftp-client:
patterns:
- "@types/ssh2-sftp-client"
- "ssh2-sftp-client"
vite:
patterns:
- "@vitest/*"
- "vitest"
dev-dependencies:
dependency-type: development
exclude-patterns:
- "@types/ssh2-sftp-client"

0 comments on commit b931761

Please sign in to comment.