Skip to content

Commit

Permalink
Merge pull request #397 from nextcloud/feat/workflow-auto-update-depe…
Browse files Browse the repository at this point in the history
…ndabot-approve-merge.yml
  • Loading branch information
skjnldsv committed Oct 17, 2022
2 parents 8c284d3 + dec9a33 commit b24e2b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
permissions:
contents: read

concurrency:
group: dependabot-approve-merge-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'
Expand Down

0 comments on commit b24e2b5

Please sign in to comment.