Skip to content

Commit

Permalink
ci: update auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Sep 2, 2024
1 parent 165b0fb commit 1345777
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,12 @@ jobs:
name: Auto-merge dependabot PRs
runs-on: ubuntu-latest
needs: [ build ]
if: github.repository == 'Zelldon/zdb' && github.actor == 'dependabot[bot]'
if: github.repository == 'Zelldon/zdb' && (github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]')
permissions:
checks: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- id: metadata
name: Fetch dependency metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- id: merge
name: Merge PR
run: gh pr merge ${{ github.event.pull_request.number }} --merge
Expand Down

0 comments on commit 1345777

Please sign in to comment.