Skip to content

chore(deps): bump @types/chai from 4.3.20 to 5.0.0 in /apps/main #463

chore(deps): bump @types/chai from 4.3.20 to 5.0.0 in /apps/main

chore(deps): bump @types/chai from 4.3.20 to 5.0.0 in /apps/main #463

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request_target:
jobs:
auto-merge:
timeout-minutes: 5
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEP_AUTOMERGE }}