This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
chore(deps-dev): bump @next/eslint-plugin-next from 12.3.4 to 14.1.1 #382
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Automatation to merge dependency updates automatically | |
name: Merge Dependency Updates Automatically | |
on: | |
pull_request_target: | |
paths: | |
- 'package*.json' | |
- 'yarn.lock' | |
pull_request_review: | |
types: | |
- edited | |
- submitted | |
jobs: | |
run: | |
if: github.repository_owner == 'WebXDAO' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@v1 | |
with: | |
allowed-actors: dependabot-preview[bot], dependabot[bot] |