ignore dependabot prs for clippy annotations (#78)

This commit is contained in:
j-k 2021-10-14 19:45:45 +01:00 committed by GitHub
parent aaf3279e95
commit 8813196bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 5 deletions

View file

@ -12,7 +12,7 @@ jobs:
cargo-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}