Skip to content

Bump govuk-prototype-kit from 13.20.2 to 13.20.3 #737

Bump govuk-prototype-kit from 13.20.2 to 13.20.3

Bump govuk-prototype-kit from 13.20.2 to 13.20.3 #737

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@v4
- name: Squash and merge minor updates
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
target: minor