Bump github/dependabot-update-job-proxy/dependabot-update-job-proxy from v2.0.20250320211425 to v2.0.20250404141843 in /docker #5433
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependabot auto-merge | |
on: pull_request_target | |
permissions: | |
pull-requests: write | |
contents: write | |
jobs: | |
dependabot: | |
runs-on: ubuntu-latest | |
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} | |
steps: | |
- name: Auto-merge | |
run: gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}" | |
env: | |
# Enable the automerge using a PAT so the merge commits trigger workflows | |
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_AUTOBUILD }} |