Skip to content

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /DocumentSite #67

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /DocumentSite

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /DocumentSite #67

Workflow file for this run

name: "Dependabot Automerge - Action"
on:
pull_request_target:
jobs:
worker:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Wait for status checks'
id: waitforstatuschecks
uses: WyriHaximus/[email protected]
with:
ignoreActions: worker,WIP,Automerge PRs
checkInterval: 37
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Automerge'
uses: pascalgn/[email protected]
if: steps.waitforstatuschecks.outputs.status == 'success'
env:
MERGE_LABELS: "dependencies"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_DELETE_BRANCH: true