Skip to content

Bump almalinuxorg/almalinux-bootc from 60c24c3 to fa13369 #98

Bump almalinuxorg/almalinux-bootc from 60c24c3 to fa13369

Bump almalinuxorg/almalinux-bootc from 60c24c3 to fa13369 #98

name: Dependabot auto-approve
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: ${{ contains(steps.metadata.outputs.package-ecosystem, 'docker') }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}