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 43c8827 commit 18d4ed1Copy full SHA for 18d4ed1
1 file changed
.github/dependabot.yml
@@ -8,6 +8,9 @@ updates:
8
open-pull-requests-limit: 10
9
- package-ecosystem: cargo
10
directory: "/"
11
+ # Update only the lockfile. We shouldn't update Cargo.toml unless it's for
12
+ # a security issue, or if we need a new feature of the dependency.
13
+ versioning-strategy: lockfile-only
14
schedule:
15
interval: monthly
16
timezone: America/New_York
0 commit comments