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

Bump got from 11.8.6 to 14.2.0 #229

Bump got from 11.8.6 to 14.2.0

Bump got from 11.8.6 to 14.2.0 #229

Workflow file for this run

name: Auto-merge
on: [pull_request]
jobs:
auto-merge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Squash and merge minor updates
uses: fastify/github-action-merge-dependabot@v3.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
target: minor