Skip to content

Bump @symfony/webpack-encore from 4.5.0 to 4.6.1 #155

Bump @symfony/webpack-encore from 4.5.0 to 4.6.1

Bump @symfony/webpack-encore from 4.5.0 to 4.6.1 #155

name: 🤖 Dependabot auto-merge
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: ${{ secrets.GH_ADMIN_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}