ci: limit renovate workflow concurrency to one at a time
Renovate / renovate (push) Successful in 57s

This commit is contained in:
2026-06-26 20:04:03 -07:00
parent 042da8c7e3
commit 3064ce48e2
+4
View File
@@ -7,6 +7,10 @@ on:
- main
workflow_dispatch: # Allows manual triggering from the Gitea UI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
renovate:
runs-on: ubuntu-latest