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 49e936a commit 208d037Copy full SHA for 208d037
.github/dependabot.yml
@@ -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