Skip to content

deps: bump dotenv from 17.3.1 to 17.4.1 #28

deps: bump dotenv from 17.3.1 to 17.4.1

deps: bump dotenv from 17.3.1 to 17.4.1 #28

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