Skip to content

Bump @cucumber/gherkin from 26.2.0 to 31.0.0 #1271

Bump @cucumber/gherkin from 26.2.0 to 31.0.0

Bump @cucumber/gherkin from 26.2.0 to 31.0.0 #1271

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use auto merge action
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.PAT }}