Skip to content

Bump FluentValidation.DependencyInjectionExtensions from 11.7.0 to 11.7.1 #76

Bump FluentValidation.DependencyInjectionExtensions from 11.7.0 to 11.7.1

Bump FluentValidation.DependencyInjectionExtensions from 11.7.0 to 11.7.1 #76

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
analyze:
uses: ./.github/workflows/analyze.yml
test:
needs: analyze
uses: ./.github/workflows/test.yml
automerge:
if: ${{ github.actor == 'dependabot[bot]' }}
needs: test
runs-on: ubuntu-latest
steps:
- name: Automerge
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.PAT_REPO }}
target: minor