Skip to content

Commit

Permalink
Remove regenerating exemptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Oct 25, 2023
1 parent 734029b commit 6c1241c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dependabot-cargo-vet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Runs cargo vet and cargo vet regenerate exemptions for Dependabot PRs
# Runs cargo vet for Dependabot PRs
name: Dependabot update cargo vet
on:
push:
Expand Down Expand Up @@ -49,8 +49,6 @@ jobs:
- run: cargo vet trust --all Amanieu
continue-on-error: true

- run: cargo vet regenerate exemptions

- name: commit and push
shell: bash
run: |
Expand Down

0 comments on commit 6c1241c

Please sign in to comment.