Skip to content

Renovate

Renovate #10782

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0/15 * * * *"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@5712c6a41dea6cdf32c72d92a763bd417e6606aa # v44.0.5
with:
configurationFile: renovate.json
token: ${{ secrets.GIT_PAT_RENOVATE }}