Skip to content

build(deps): bump react-hook-form from 7.49.3 to 7.50.1 #154

build(deps): bump react-hook-form from 7.49.3 to 7.50.1

build(deps): bump react-hook-form from 7.49.3 to 7.50.1 #154

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- rc
pull_request:
jobs:
dependabot:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
merge-method: 'rebase'
target: 'minor'
github-token: ${{ github.token }}