Skip to content

build(deps): bump alpine from 3.19 to 3.20 in /prometheus-nginx-exporter #239

build(deps): bump alpine from 3.19 to 3.20 in /prometheus-nginx-exporter

build(deps): bump alpine from 3.19 to 3.20 in /prometheus-nginx-exporter #239

Workflow file for this run

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