Skip to content

Commit

Permalink
fix: automerge renovate (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi authored Sep 23, 2024
1 parent f72a601 commit 538e76c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 538e76c

Please sign in to comment.