Skip to content

chore(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #221

chore(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0

chore(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #221

Workflow file for this run

name: Dependabot Auto-Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- id: metadata
name: Dependabot Fetch Metadata
uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable Auto-Merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}