Skip to content

fix(deps): update many non-major #695

fix(deps): update many non-major

fix(deps): update many non-major #695

Workflow file for this run

name: Auto approve
on: pull_request
jobs:
auto-approve:
name: Auto approve dependencies PRs
runs-on: ubuntu-latest
steps:
- name: Approve Dependabot PRs
uses: hmarr/auto-approve-action@v2.4.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}