Skip to content

chore(deps): update pnpm to v10.21.0 (#599) #1921

chore(deps): update pnpm to v10.21.0 (#599)

chore(deps): update pnpm to v10.21.0 (#599) #1921

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@v5
- uses: renovatebot/github-action@c5fdc9f98fdf9e9bb16b5760f7e560256eb79326 # v44.0.2
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}