Skip to content

build(deps-dev): bump prettier from 3.3.3 to 3.4.1 in the prettier group #880

build(deps-dev): bump prettier from 3.3.3 to 3.4.1 in the prettier group

build(deps-dev): bump prettier from 3.3.3 to 3.4.1 in the prettier group #880

Workflow file for this run

name: dependabot
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve Dependabot PR
run: gh pr review --approve ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ github.token }}