Skip to content

Commit

Permalink
ci: try to auto-merge renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Aug 19, 2024
1 parent f69bf63 commit a2beacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Auto-merge dependabot PRs
runs-on: ubuntu-latest
needs: [ go-ci ]
if: github.repository == 'zeebe-io/zeebe-chaos' && github.actor == 'dependabot[bot]'
if: github.repository == 'zeebe-io/zeebe-chaos' && (github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]')
permissions:
checks: read
pull-requests: write
Expand Down

0 comments on commit a2beacc

Please sign in to comment.