Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

build(deps): bump @types/lodash from 4.17.9 to 4.17.10 #682

build(deps): bump @types/lodash from 4.17.9 to 4.17.10

build(deps): bump @types/lodash from 4.17.9 to 4.17.10 #682

Workflow file for this run

name: Dependabot
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: contains( github.event.pull_request.labels.*.name, 'dependencies')
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}