Skip to content

chore(deps): update renovatebot/github-action action to v41.0.5 (#199) #852

chore(deps): update renovatebot/github-action action to v41.0.5 (#199)

chore(deps): update renovatebot/github-action action to v41.0.5 (#199) #852

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