Skip to content

chore(deps): bump library/alpine from 3.21.0 to 3.21.2 #6

chore(deps): bump library/alpine from 3.21.0 to 3.21.2

chore(deps): bump library/alpine from 3.21.0 to 3.21.2 #6

Workflow file for this run

# .github/workflows/auto-merge.yml
name: Auto-merge Dependabot PRs
on:
pull_request:
types: [opened, synchronize]
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}