Skip to content

Commit

Permalink
chore: add dependabot config (#635)
Browse files Browse the repository at this point in the history
* add dependabot config

* remove devtools-shared group
  • Loading branch information
mcasimir authored Jan 2, 2024
1 parent 9228ff0 commit 88ffb48
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: daily
allow:
- dependency-name: mongodb
- dependency-name: bson
- dependency-name: "@mongosh/*"
- dependency-name: "@mongodb-js/*"
- dependency-name: mongodb-*
- dependency-name: bson-*
groups:
driver:
patterns:
- mongodb
- bson
compass:
patterns:
- "@mongodb-js/compass-*"
- mongodb-data-service
- bson-transpilers
- "@mongodb-js/connection-form"
mongosh:
patterns:
- "@mongosh/*"
commit-message:
prefix: chore
include: scope
labels:
- dependencies

0 comments on commit 88ffb48

Please sign in to comment.