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 ea6b710 commit fa0bb06Copy full SHA for fa0bb06
.github/dependabot.yml
@@ -21,6 +21,8 @@ updates:
21
versions: [">=16.0.0"]
22
# we ignore TS as a part of quarterly dependency updates.
23
- dependency-name: "typescript"
24
+
25
+ - dependency-name: "mongodb"
26
groups:
27
development-dependencies:
28
dependency-type: "development"
test/.eslintrc.json
@@ -1,5 +1,5 @@
1
{
2
- "env": {
3
- "mocha": true
4
- }
+ "env": {
+ "mocha": true
+ }
5
}
0 commit comments