Skip to content

Renovate

Renovate #11993

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@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@3064367f740a1a91cca218698a63902689cce200 # v46.1.20
with:
configurationFile: renovate.json
token: ${{ secrets.GIT_PAT_RENOVATE }}