Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump webpack from 5.102.0 to 5.102.1 in the webpack-packages group #3587

Bump webpack from 5.102.0 to 5.102.1 in the webpack-packages group

Bump webpack from 5.102.0 to 5.102.1 in the webpack-packages group #3587

Workflow file for this run

name: Auto approve
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}