From 04f448b95b0363a9f2c36ff73b3411637b8c6e44 Mon Sep 17 00:00:00 2001 From: Leo J <153937047+leiicamundi@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:18:00 +0200 Subject: [PATCH] fix: renovate auto merge see https://github.com/camunda/team-infrastructure-experience/issues/346#issuecomment-2368294564 --- .github/workflows/renovate-automerge.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate-automerge.yml b/.github/workflows/renovate-automerge.yml index 1f1407e..e155954 100644 --- a/.github/workflows/renovate-automerge.yml +++ b/.github/workflows/renovate-automerge.yml @@ -3,9 +3,13 @@ name: Renovate Auto Merge on: pull_request: - types: [opened, reopened, ready_for_review] + +# limit to a single execution per ref of this workflow +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: - lint: - uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@ab2672ba2fbed7e70e00087cbed14b9d4f923579 # 1.2.0 + renovate-automerge: + uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2 secrets: inherit