diff --git a/.github/workflows/push-rebase.yaml b/.github/workflows/push-rebase.yaml index 95339226360814cc65c9ae2159e6aef52ccef7ee..48a50ba5ebb57bd986b879776b1c3e2645334b37 100644 --- a/.github/workflows/push-rebase.yaml +++ b/.github/workflows/push-rebase.yaml @@ -11,6 +11,10 @@ jobs: name: Push [rebase] runs-on: ubuntu-latest steps: + - name: "Rebase all Dependabot's pull requests on every push to the main branch" + uses: bbeesley/gha-auto-dependabot-rebase@v1.5.92 + env: + GITHUB_TOKEN: ${{ secrets.PAT }} - name: "Rebase all users' pull requests on release push to the main branch" uses: peter-evans/rebase@v3.1.0 with: @@ -20,7 +24,3 @@ jobs: no-rebase dependencies if: "${{ startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" - - name: "Rebase all Dependabot's pull requests on every push to the main branch" - uses: bbeesley/gha-auto-dependabot-rebase@v1.5.92 - env: - GITHUB_TOKEN: ${{ secrets.PAT }}