Skip to content

build(deps): bump dflydev/dot-access-data from 3.0.2 to 3.0.3 #6465

build(deps): bump dflydev/dot-access-data from 3.0.2 to 3.0.3

build(deps): bump dflydev/dot-access-data from 3.0.2 to 3.0.3 #6465

Workflow file for this run

name: Auto approve
on:
pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}