Skip to content

Bump docker/login-action from 4.2.0 to 4.3.0 #66

Bump docker/login-action from 4.2.0 to 4.3.0

Bump docker/login-action from 4.2.0 to 4.3.0 #66

name: Auto-merge dependabot updates
on:
pull_request:
branches: [main]
permissions:
pull-requests: write
contents: write
jobs:
dependabot-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && startsWith(github.repository, 'firefart/')
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v3.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}