Its a crux!

ci: use git rebase instead for dependabot

Signed-off-by: Jonathan Basniak <740416+gm112@users.noreply.github.com>

+1 -1
+1 -1
.github/actions/auto-approve-dependabot/action.yml
··· 35 35 shell: bash 36 36 run: | 37 37 echo "Approved PR: ${{ github.event.pull_request.html_url }}" 38 - gh pr merge --auto --merge "${{github.event.pull_request.html_url}}" 38 + gh pr merge --auto --rebase "${{github.event.pull_request.html_url}}" 39 39 env: 40 40 PR_URL: ${{github.event.pull_request.html_url}} 41 41 GITHUB_TOKEN: ${{inputs.github-token}}