Skip to content

chore(deps): bump esbuild from 0.16.17 to 0.19.4 #1433

chore(deps): bump esbuild from 0.16.17 to 0.19.4

chore(deps): bump esbuild from 0.16.17 to 0.19.4 #1433

name: Dependabot auto-merge
on:
pull_request:
branches:
- main
permissions:
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}