Skip to content

build(deps): Bump com.microsoft.playwright:playwright from 1.48.0 to 1.49.0 #213

build(deps): Bump com.microsoft.playwright:playwright from 1.48.0 to 1.49.0

build(deps): Bump com.microsoft.playwright:playwright from 1.48.0 to 1.49.0 #213

name: Dependencies upgrade auto-merge
on: pull_request_target
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.DEPENDABOT_ACTIONS_TOKEN }}