Skip to content

chore(main): release 0.9.1 #32

chore(main): release 0.9.1

chore(main): release 0.9.1 #32

name: Auto-Merge Dependabot
on:
pull_request:
jobs:
auto-merge:
name: '🤖 Auto-Merge Dependabot'
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Harden Runner
uses: step-security/[email protected]
with:
egress-policy: audit
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: ahmadnassri/[email protected]
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_PAT }}