Skip to content

Commit c4cd49b

Browse files
change update type
1 parent feadf38 commit c4cd49b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ updates:
66
interval: weekly
77
reviewers:
88
- "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
129
# Update all dependencies in a single PR.
1310
groups:
1411
rust-dependencies:
@@ -19,3 +16,5 @@ updates:
1916
- dependency-type: all
2017
ignore:
2118
- dependency-name: "mongocrypt-sys"
19+
- update-types:
20+
- version-update:semver-major

0 commit comments

Comments
 (0)