Skip to content

build(deps-dev): Bump semantic-release from 23.1.1 to 24.1.1 #238

build(deps-dev): Bump semantic-release from 23.1.1 to 24.1.1

build(deps-dev): Bump semantic-release from 23.1.1 to 24.1.1 #238

Workflow file for this run

# This is the workflow to automatically approve and merge dependabot PRs
#
name: Dependabot automation
on:
pull_request_target:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
dependabot:
name: '🤖 Dependabot Automation'
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_TOKEN }}
command: squash and merge