Skip to content

chore(deps-dev): bump @vitest/eslint-plugin from 1.6.10 to 1.6.11 #500

chore(deps-dev): bump @vitest/eslint-plugin from 1.6.10 to 1.6.11

chore(deps-dev): bump @vitest/eslint-plugin from 1.6.10 to 1.6.11 #500

Workflow file for this run

name: 🤖 Auto-Merge Dependabot PRs
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
default:
name: 🤖 Auto-Merge Dependabot PRs
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: 🤖 Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}