Skip to content

Commit

Permalink
only add for cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed May 23, 2024
1 parent 14a411d commit 0207a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: |
git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
git config user.name "dependabot[bot]"
git add .
git add **/Cargo.lock
git commit -am "update all Cargo files"
git push

0 comments on commit 0207a16

Please sign in to comment.