Skip to content

Bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible #426

Bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible

Bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible #426

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]' }}
steps:
- uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run gh pr merge
run: |
gh pr merge --auto --rebase "${{ github.event.pull_request.html_url }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}