Skip to content

chore(deps-dev): bump nx from 22.5.4 to 22.6.1 #22

chore(deps-dev): bump nx from 22.5.4 to 22.6.1

chore(deps-dev): bump nx from 22.5.4 to 22.6.1 #22

name: Dependabot auto-merge
on:
pull_request:
types: [opened, reopened]
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.HOOF_ACTIONS_TOKEN }}