Skip to content

chore(deps): bump astral-sh/setup-uv from 1f2cbfa7bb518f97c35c3cd1ac38271d6e45b512 to 85aa0bf0c11c139baabd61df94702a838ff76d62 in /.github/workflows #2

chore(deps): bump astral-sh/setup-uv from 1f2cbfa7bb518f97c35c3cd1ac38271d6e45b512 to 85aa0bf0c11c139baabd61df94702a838ff76d62 in /.github/workflows

chore(deps): bump astral-sh/setup-uv from 1f2cbfa7bb518f97c35c3cd1ac38271d6e45b512 to 85aa0bf0c11c139baabd61df94702a838ff76d62 in /.github/workflows #2

name: Dependabot auto-merge
on:
workflow_dispatch:
pull_request:
branches: ["*"]
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
permissions:
pull-requests: write
contents: write
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@06ea45a2e4582d87b11f03c7ce596ae3261f39f6
- name: Enable auto-merge for Dependabot PRs
if: ${{steps.dependabot-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}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}