Skip to content

build(deps-dev): bump husky from 8.0.3 to 9.0.6 #19

build(deps-dev): bump husky from 8.0.3 to 9.0.6

build(deps-dev): bump husky from 8.0.3 to 9.0.6 #19

Workflow file for this run

name: Auto-merge dependabot PRs
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GITHUB_TOKEN }}