Skip to content

chore(deps): update dependency sort-package-json to v2.11.0 (#454) #1421

chore(deps): update dependency sort-package-json to v2.11.0 (#454)

chore(deps): update dependency sort-package-json to v2.11.0 (#454) #1421

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