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

build(deps): bump braces from 3.0.2 to 3.0.3 #674

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #674

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}}