Skip to content

Bump webpack from 5.76.3 to 5.94.0 #3636

Bump webpack from 5.76.3 to 5.94.0

Bump webpack from 5.76.3 to 5.94.0 #3636

Workflow file for this run

name: Auto-Merge Dependabot PRs
on:
pull_request_target:
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
name: Auto-Merge Dependabot PRs
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}