Skip to content

chore(deps-dev): bump @lerna-lite/cli from 3.8.0 to 3.9.0 #6399

chore(deps-dev): bump @lerna-lite/cli from 3.8.0 to 3.9.0

chore(deps-dev): bump @lerna-lite/cli from 3.8.0 to 3.9.0 #6399

name: 'Merge Dependencies'
# https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60#issuecomment-806027389
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
# Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions)
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/[email protected]
- name: 'Automerge dependency updates from Dependabot'
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.WEBTEAM_AUTOMERGE_TOKEN }}