Skip to content

Run Renovate

Run Renovate #136

Workflow file for this run

name: Run Renovate
on:
schedule:
- cron: '0 11 * * *' # Every day at 11am UTC
workflow_dispatch:
permissions: {}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
renovate:
name: Run Renovate
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run Renovate
uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14
with:
configurationFile: renovate-config.json
token: ${{ secrets.PAT }} # zizmor: ignore[secrets-outside-env]