Skip to content

chore(deps): update dependency lint-staged to v16.2.6 (#589) #1891

chore(deps): update dependency lint-staged to v16.2.6 (#589)

chore(deps): update dependency lint-staged to v16.2.6 (#589) #1891

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@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}