Skip to content

Commit d0c3658

Browse files
chore: update dependabot with cooldown config
1 parent 3e975de commit d0c3658

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 7
9+
include:
10+
- "*"
11+
exclude:
12+
- "@mongodb-js/*"
13+
- "@mongosh/*"
714
ignore:
815
# We are ignoring major updates on yargs-parser because yargs-parser@22
916
# does not play nicely when bundled using webpack. Our VSCode extension

0 commit comments

Comments
 (0)