Skip to content

Commit 4e55b5c

Browse files
add more configuration
1 parent e64a367 commit 4e55b5c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/dependabot.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7-
reviewers:
8-
- "mongodb/dbx-rust"
7+
reviewers:
8+
- "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

Comments
 (0)