We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9228ff0 commit 88ffb48Copy full SHA for 88ffb48
.github/dependabot.yml
@@ -0,0 +1,33 @@
1
+---
2
+version: 2
3
+updates:
4
+ - package-ecosystem: npm
5
+ directory: /
6
+ schedule:
7
+ interval: daily
8
+ allow:
9
+ - dependency-name: mongodb
10
+ - dependency-name: bson
11
+ - dependency-name: "@mongosh/*"
12
+ - dependency-name: "@mongodb-js/*"
13
+ - dependency-name: mongodb-*
14
+ - dependency-name: bson-*
15
+ groups:
16
+ driver:
17
+ patterns:
18
+ - mongodb
19
+ - bson
20
+ compass:
21
22
+ - "@mongodb-js/compass-*"
23
+ - mongodb-data-service
24
+ - bson-transpilers
25
+ - "@mongodb-js/connection-form"
26
+ mongosh:
27
28
+ - "@mongosh/*"
29
+ commit-message:
30
+ prefix: chore
31
+ include: scope
32
+ labels:
33
+ - dependencies
0 commit comments