Skip to content

Bump ws from 7.5.3 to 7.5.10 #4752

Bump ws from 7.5.3 to 7.5.10

Bump ws from 7.5.3 to 7.5.10 #4752

Workflow file for this run

name: Auto Approval
on: pull_request_target
jobs:
auto-approve-dependabot:
runs-on: ubuntu-latest
steps:
- name: Approve Dependabot updates
uses: hmarr/auto-approve-action@v4.0.0
if: github.actor == 'dependabot[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"