Skip to content

Bump actions/setup-go from 4 to 6 #30

Bump actions/setup-go from 4 to 6

Bump actions/setup-go from 4 to 6 #30

name: Dependabot Auto-merge
on:
pull_request:
types: [opened, synchronize]
jobs:
auto-merge:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor
merge-method: squash