Skip to content

build(deps): bump haya14busa/action-update-semver from 1.5.0 to 1.5.1 #276

build(deps): bump haya14busa/action-update-semver from 1.5.0 to 1.5.1

build(deps): bump haya14busa/action-update-semver from 1.5.0 to 1.5.1 #276

Workflow file for this run

---
name: auto-merge dependabot
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
target: minor
github-token: "${{ secrets.DEPENDABOT }}"