Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion scripts/update-dependencies-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ module.exports = {
'@lg-code/*',
'@mongodb-js/diagramming',
],
mongosh: ['@mongosh/*'],
mongosh: [
// mongosh and driver dependencies
'@mongosh/*',
'@mongodb-js/devtools-connect',
'@mongodb-js/devtools-proxy-support',
'mongodb',
'bson',
'kerberos',
'socks',
'mongodb-client-encryption',
],
// TODO(COMPASS-9443): Update update-* github actions to handle all groups as
// a matrix inside one action instead of having separate action for every
// group and add more groups following the ones in _dependabot
Expand Down
Loading