Skip to content

chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 in the dependencies group across 1 directory #184

chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 in the dependencies group across 1 directory

chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 in the dependencies group across 1 directory #184

Workflow file for this run

name: Dependabot auto-approve
on: pull_request
permissions:
# Mandatory for both the auto-merge enabling and approval steps
pull-requests: write
# Mandatory for the auto-merge enabling step
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Automatically merge Dependabot PRs
uses: scalingo/ghaction-dependabot-automerge@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}