Skip to content

Bump next from 13.5.6 to 14.0.1 #10

Bump next from 13.5.6 to 14.0.1

Bump next from 13.5.6 to 14.0.1 #10

Workflow file for this run

name: automatically merge dependabot PR's
on:
pull_request:
branches: [ master ]
jobs:
auto-merge-dependabot:
name: 🤖 Auto merge dependabot PR
timeout-minutes: 10
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: 🤖 Merge PR from dependabot
uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor
merge-method: rebase