Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.3.2 #252

build(deps-dev): bump prettier from 2.8.8 to 3.3.2

build(deps-dev): bump prettier from 2.8.8 to 3.3.2 #252

Workflow file for this run

name: ci / deps / auto-merge
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
config: .github/auto-merge.yml
github-token: ${{ secrets.DP_AUTOMERGE_GH_TOKEN }}