1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Update dependabot-auto-merge.yml

Signed-off-by: Vasiliy Vasilyuk <xorcare@gmail.com>
This commit is contained in:
Vasiliy Vasilyuk
2025-01-03 22:01:26 +03:00
parent a6c7a238ed
commit b7ca94a779

View File

@ -11,6 +11,6 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
run: gh pr merge --auto --rebase '${{ github.event.pull_request.html_url }}'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}