Skip to content
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

chore(deps-dev): bump @next/eslint-plugin-next from 12.3.4 to 14.1.1

chore(deps-dev): bump @next/eslint-plugin-next from 12.3.4 to 14.1.1 #382

Workflow file for this run

# 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]