Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

chore(deps): bump web3 from 1.10.4 to 4.6.0 #384

chore(deps): bump web3 from 1.10.4 to 4.6.0

chore(deps): bump web3 from 1.10.4 to 4.6.0 #384

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]