Skip to content

Commit

Permalink
Merge pull request #56 from mumoshu/concurrency-for-dependabot-auto-m…
Browse files Browse the repository at this point in the history
…erge

Set concurrency for dependabot auto-merge
  • Loading branch information
cw-atkhry authored Dec 3, 2024
2 parents f0aa938 + f9bb59d commit de8da44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependabot_auto_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ permissions:
contents: write
pull-requests: write

concurrency:
group: dependabot-auto-merge-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
dependabot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit de8da44

Please sign in to comment.