Skip to content

Bump the development-dependencies group with 8 updates #19

Bump the development-dependencies group with 8 updates

Bump the development-dependencies group with 8 updates #19

Workflow file for this run

name: Dependabot Bot
on:
pull_request_target:
branches: [master]
jobs:
dependabot-bot:
runs-on: ubuntu-latest
steps:
- uses: P5-wrapper/[email protected]
- name: Run format if the PR is from the Dependabot Bot
if: github.actor == 'dependabot[bot]'
run: pnpm format
shell: bash
- name: Commit any formatting changes
if: github.actor == 'dependabot[bot]'
uses: stefanzweifel/[email protected]
with:
commit_message: Apply formatting updates
branch: ${{ github.head_ref }}
token: ${{ secrets.GH_TOKEN }}