Skip to content

Bump @types/node-fetch from 2.6.9 to 2.6.10 #2

Bump @types/node-fetch from 2.6.9 to 2.6.10

Bump @types/node-fetch from 2.6.9 to 2.6.10 #2

Workflow file for this run

name: Auto Merge Dependabot PRs
on:
pull_request:
types: [opened, synchronize, reopened]
check_suite:
types: [completed]
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'
steps:
- name: Automatic Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
command: 'merge'
github-token: '${{ secrets.GITHUB_TOKEN }}'