Skip to content

chore(deps-dev): bump vue-tsc from 2.2.12 to 3.3.8 #52

chore(deps-dev): bump vue-tsc from 2.2.12 to 3.3.8

chore(deps-dev): bump vue-tsc from 2.2.12 to 3.3.8 #52

name: Dependabot auto-merge
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
if: >-
github.event.pull_request.user.login == 'dependabot[bot]' &&
github.repository == 'stackbuilders/nuxt-utm'
runs-on: ubuntu-latest
steps:
- name: Approve Dependabot updates
run: gh pr review --approve "$PR_URL"
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
PR_URL: '${{ github.event.pull_request.html_url }}'
- name: Enable squash auto-merge for Dependabot updates
run: gh pr merge --auto --squash "$PR_URL"
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
PR_URL: '${{ github.event.pull_request.html_url }}'