Skip to content

Commit 208d037

Browse files
RUST-577 Bump dependencies with dependabot (#1376)
1 parent 49e936a commit 208d037

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
# Only bump to the latest version compatible with the dependency's version
8+
# in Cargo.toml. This is the equivalent of running `cargo update`.
9+
versioning-strategy: lockfile-only
10+
# Update all dependencies in a single PR.
11+
groups:
12+
rust-dependencies:
13+
patterns:
14+
- "*"
15+
# Include transitive dependencies.
16+
allow:
17+
- dependency-type: all
18+
ignore:
19+
- dependency-name: "mongocrypt-sys"

0 commit comments

Comments
 (0)