Skip to content

chore(deps): update renovatebot/github-action action to v40.2.0 (#179) #681

chore(deps): update renovatebot/github-action action to v40.2.0 (#179)

chore(deps): update renovatebot/github-action action to v40.2.0 (#179) #681

Workflow file for this run

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