Skip to content

chore(deps): update renovatebot/github-action action to v44.0.4 (#607) #1942

chore(deps): update renovatebot/github-action action to v44.0.4 (#607)

chore(deps): update renovatebot/github-action action to v44.0.4 (#607) #1942

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