Skip to content

chore(deps-dev): Bump undici from 5.21.2 to 5.26.3 in /examples/nuxt #569

chore(deps-dev): Bump undici from 5.21.2 to 5.26.3 in /examples/nuxt

chore(deps-dev): Bump undici from 5.21.2 to 5.26.3 in /examples/nuxt #569

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: Dependabot
on:
pull_request_target:
branches:
- main
- master
- stable*
jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
# Approve and merge request
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}