chore(deps): update camunda/infraex-common-config digest to 26981d2 (main) #4345
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Internal - Global - 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 |