Integrate ROSA repo in the reference arch #11
This file contains 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: | |
# limit to a single execution per ref of this workflow | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
renovate-automerge: | |
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 | |
secrets: inherit |