Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

chore(deps-dev): bump eslint from 8.17.0 to 8.46.0 #73

chore(deps-dev): bump eslint from 8.17.0 to 8.46.0

chore(deps-dev): bump eslint from 8.17.0 to 8.46.0 #73

Workflow file for this run

name: auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- id: metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Automatically merge Node.js minor dependency updates
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}