Skip to content

Bump braces from 3.0.2 to 3.0.3 #12

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #12

Workflow file for this run

name: Auto-Merge Dependabot PRs
on:
pull_request_target:
jobs:
auto-merge:
name: Auto-Merge Dependabot PRs
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}