Skip to content

Bump eslint-plugin-qunit from 7.3.4 to 8.0.0 #79

Bump eslint-plugin-qunit from 7.3.4 to 8.0.0

Bump eslint-plugin-qunit from 7.3.4 to 8.0.0 #79

Workflow file for this run

name: Dependabot auto-merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --merge --auto ${{ github.event.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}