This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
chore(deps): bump axios from 0.27.2 to 1.5.1 #350
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] |