Skip to content

chore(deps-dev): bump @nuxt/eslint-config from 1.16.0 to 1.17.0 #48

chore(deps-dev): bump @nuxt/eslint-config from 1.16.0 to 1.17.0

chore(deps-dev): bump @nuxt/eslint-config from 1.16.0 to 1.17.0 #48

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 }}'