Skip to content

build(deps-dev): bump the dev group with 3 updates #82

build(deps-dev): bump the dev group with 3 updates

build(deps-dev): bump the dev group with 3 updates #82

Workflow file for this run

name: Inspect dependencies
on:
pull_request:
paths:
# run only when one of the files matching the glob patterns changed
- 'package.json'
- 'package-lock.json'
jobs:
check_new_dependencies:
runs-on: ubuntu-latest
permissions:
contents: read
# required by hiwelo/new-dependencies-action
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Check for new dependencies
uses: hiwelo/new-dependencies-action@1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}