Skip to content

chore(deps): update pre-commit hook rhysd/actionlint to v1.7.11 (main) #318

chore(deps): update pre-commit hook rhysd/actionlint to v1.7.11 (main)

chore(deps): update pre-commit hook rhysd/actionlint to v1.7.11 (main) #318

---
name: Renovate Auto Merge
on:
pull_request:
# Ensure only one instance of this workflow runs per PR at a time.
# With cancel-in-progress: false, new runs wait for previous ones to complete
# instead of cancelling them. This prevents race conditions when multiple commits
# are pushed quickly (e.g., by Renovate rebasing), ensuring each commit's checks
# finish before the next automerge attempt starts.
# See example: https://github.com/camunda/camunda-deployment-references/pull/1352
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
renovate-automerge:
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
secrets: inherit