Skip to content

Bump pg from 8.13.1 to 8.13.2 #1859

Bump pg from 8.13.1 to 8.13.2

Bump pg from 8.13.1 to 8.13.2 #1859

Workflow file for this run

jobs:
dependabot:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- id: metadata
name: Dependabot metadata
uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PR_URL: ${{github.event.pull_request.html_url}}
name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
name: Dependabot auto-merge
on: pull_request_target
permissions:
contents: write
pull-requests: write