Skip to content

Bump lodash-es from 4.17.21 to 4.17.23 #7

Bump lodash-es from 4.17.21 to 4.17.23

Bump lodash-es from 4.17.21 to 4.17.23 #7

name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
# Only run for PRs opened by Dependabot
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Approve Dependabot PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}