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 591afbd commit e4eefa0Copy full SHA for e4eefa0
.github/dependabot.yml
@@ -4,6 +4,13 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ cooldown:
8
+ default-days: 7
9
+ include:
10
+ - "*"
11
+ exclude:
12
+ - "@mongodb-js/*"
13
+ - "@mongosh/*"
14
ignore:
15
# We are ignoring major updates on yargs-parser because yargs-parser@22
16
# does not play nicely when bundled using webpack. Our VSCode extension
0 commit comments