We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feadf38 commit c4cd49bCopy full SHA for c4cd49b
.github/dependabot.yml
@@ -6,9 +6,6 @@ updates:
6
interval: weekly
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:
@@ -19,3 +16,5 @@ updates:
19
16
- dependency-type: all
20
17
ignore:
21
18
- dependency-name: "mongocrypt-sys"
+ - update-types:
+ - version-update:semver-major
0 commit comments