Skip to content

Commit

Permalink
Use lockfile-only for cargo dependabot
Browse files Browse the repository at this point in the history
Previously the dependabot for cargo was using `auto` which would update
both the manifest, `Cargo.toml` files and the `Cargo.lock` file. Since
this repository is for library crates, we only want to update the lock
file that people develop with. We don't want to update the manifest file
and force consumers to update unnecessarily.
  • Loading branch information
nick-mobilecoin committed Jan 2, 2024
1 parent 228a3c0 commit d289b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
open-pull-requests-limit: 25
commit-message:
prefix: "chore(deps)"
versioning-strategy: lockfile-only

- package-ecosystem: github-actions
directory: "/"
Expand Down

0 comments on commit d289b28

Please sign in to comment.