Skip to content

Commit

Permalink
Automerge dependabot's PRs (#4264)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiuszkierat authored Jan 14, 2025
1 parent 6f9445c commit 118b855
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ jobs:

auto-merge:
name: Auto merge
# only for PRs by softwaremill-ci
if: github.event.pull_request.user.login == 'softwaremill-ci'
# only for PRs by softwaremill-ci and dependabot
if: github.event.pull_request.user.login == 'softwaremill-ci' ||
github.event.pull_request.user.login == 'dependabot'
needs: [ ci, mima, label ]
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit 118b855

Please sign in to comment.