Skip to content

chore(deps): update pnpm to v8.15.2 #1030

chore(deps): update pnpm to v8.15.2

chore(deps): update pnpm to v8.15.2 #1030

Workflow file for this run

name: Renovate
on:
push:
branches:
- main
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@7bfea4459bd634791b0d5b02bfa0080b8123b776 # v40.0.3
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}