Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.50.1 #60

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.50.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.50.1 #60

Workflow file for this run

name: Dependabot Auto-Approve
on:
pull_request:
types: [opened, synchronize]
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Auto-approve Dependabot PRs
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-merge:
runs-on: ubuntu-latest
needs: auto-approve
if: github.actor == 'dependabot[bot]'
steps:
- name: Auto-merge Dependabot PRs
uses: pascalgn/merge-action@v0.15.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
merge_method: squash