Skip to content

Commit

Permalink
Commit Cargo.lock of local-registry crate (#90)
Browse files Browse the repository at this point in the history
We have a dependabot config to ensure the test runner is always
deployed with the most recent versions of crates.
However, if Cargo.lock is not committed, dependabot will only
create PRs for crates which receive breaking changes.
Committing the lockfile should make dependabot also create PRs
for minor and patch releases.
  • Loading branch information
senekor authored Nov 2, 2023
1 parent 65a5355 commit 46c114b
Show file tree
Hide file tree
Showing 2 changed files with 4,383 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ results.json
results.out
/.vscode/
tests/*/Cargo.lock
local-registry/Cargo.lock
Loading

0 comments on commit 46c114b

Please sign in to comment.