Skip to content

build(deps): bump cycjimmy/semantic-release-action from 3 to 4 #92

build(deps): bump cycjimmy/semantic-release-action from 3 to 4

build(deps): bump cycjimmy/semantic-release-action from 3 to 4 #92

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@v3
- uses: ahmadnassri/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
target: minor
github-token: "${{ secrets.DEPENDABOT }}"