From 6c1241cb45eb95d17ebc17ec69cb59a06acc7063 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Wed, 25 Oct 2023 17:02:27 -0400 Subject: [PATCH] Remove regenerating exemptions --- .github/workflows/dependabot-cargo-vet.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-cargo-vet.yml b/.github/workflows/dependabot-cargo-vet.yml index 70a3154a..5c1ed89e 100644 --- a/.github/workflows/dependabot-cargo-vet.yml +++ b/.github/workflows/dependabot-cargo-vet.yml @@ -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: @@ -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: |