Skip to content

chore(deps): bump sentry-sdk from 1.31.0 to 2.12.0 in /app #503

chore(deps): bump sentry-sdk from 1.31.0 to 2.12.0 in /app

chore(deps): bump sentry-sdk from 1.31.0 to 2.12.0 in /app #503

# https://docs.github.com/en/[email protected]/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-requests
name: dependabot auto-merge
on:
pull_request:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: auto-merge
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}