Skip to content

chore(dev): bump semantic-release from 21.1.1 to 22.0.5 #2098

chore(dev): bump semantic-release from 21.1.1 to 22.0.5

chore(dev): bump semantic-release from 21.1.1 to 22.0.5 #2098

name: Auto Merge Dependency Updates
on:
- pull_request_target
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@v1
with:
allowed-actors: dependabot[bot]
allowed-update-types: devDependencies:minor, devDependencies:patch, dependencies:minor, dependencies:patch
merge-method: squash
repo-token: ${{ secrets.PAT }}