Skip to content

Commit 3ed8b10

Browse files
authored
chore(scripts): add driver and devtools-connect deps to mongosh autoupdate config (#7527)
Unfortunately, I don't think there's a way to express "when updating mongosh dependencies, bump these other dependencies to the same version used by the new mongosh dependency versions", so this will keep requiring some human attention. Refs: #7521 (review)
1 parent c4cdef8 commit 3ed8b10

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

scripts/update-dependencies-config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,17 @@ module.exports = {
3030
'@lg-code/*',
3131
'@mongodb-js/diagramming',
3232
],
33-
mongosh: ['@mongosh/*'],
33+
mongosh: [
34+
// mongosh and driver dependencies
35+
'@mongosh/*',
36+
'@mongodb-js/devtools-connect',
37+
'@mongodb-js/devtools-proxy-support',
38+
'mongodb',
39+
'bson',
40+
'kerberos',
41+
'socks',
42+
'mongodb-client-encryption',
43+
],
3444
// TODO(COMPASS-9443): Update update-* github actions to handle all groups as
3545
// a matrix inside one action instead of having separate action for every
3646
// group and add more groups following the ones in _dependabot

0 commit comments

Comments
 (0)