Skip to content

Commit

Permalink
chore: add concurrency to renovate action
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Jan 20, 2025
1 parent 6020895 commit d036fa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- main
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit d036fa5

Please sign in to comment.