Skip to content

Commit

Permalink
Stop commit of Cargo.lock
Browse files Browse the repository at this point in the history
If you want to use cargo-hack with versions of dependencies at the time
of release, please download the compiled binary from GitHub Releases.
Upload of the compiled binary is part of the automated release process
and installation from GitHub Releases is much faster than installation
from the source.
  • Loading branch information
taiki-e committed Feb 27, 2021
1 parent 5d629a8 commit 7e3d0fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 352 deletions.
19 changes: 7 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
version: 2
updates:
# By default, `cargo install` treats binary crate as the same as library
# crate (i.e., select the latest version instead of lockfile). However,
# dependabot does not support the versioning-strategy of treating apps like
# libraries. PRs that dependabot generates for apps are too many and very
# noisy, so for now we disable it.
# - package-ecosystem: cargo
# directory: /
# schedule:
# interval: daily
# commit-message:
# prefix: ""
# labels: []
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
commit-message:
prefix: ""
labels: []
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
target
Cargo.lock
!Cargo.lock

# For platform and editor specific settings, it is recommended to add to
# a global .gitignore file.
# Refs: https://docs.github.com/en/free-pro-team@latest/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
# Refs: https://docs.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
338 changes: 0 additions & 338 deletions Cargo.lock

This file was deleted.

0 comments on commit 7e3d0fa

Please sign in to comment.