Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

deps: bump @sentry/node from 9.24.0 to 9.30.0 #158

deps: bump @sentry/node from 9.24.0 to 9.30.0

deps: bump @sentry/node from 9.24.0 to 9.30.0 #158

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Authenticate cli with a PAT
run: echo "${{ secrets.DEPENDABOT_TOKEN }}" | gh auth login --with-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}}