We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64a367 commit 4e55b5cCopy full SHA for 4e55b5c
.github/dependabot.yml
@@ -4,5 +4,16 @@ updates:
4
directory: /
5
schedule:
6
interval: weekly
7
- reviewers:
8
- - "mongodb/dbx-rust"
+ reviewers:
+ - "mongodb/dbx-rust"
9
+ # Only bump to the latest version compatible with the dependency's version
10
+ # in Cargo.toml. This is the equivalent of running `cargo update`.
11
+ versioning-strategy: lockfile-only
12
+ # Update all dependencies in a single PR.
13
+ groups:
14
+ rust-dependencies:
15
+ patterns:
16
+ - "*"
17
+ # Include transitive dependencies.
18
+ allow:
19
+ - dependency-type: all
0 commit comments