Skip to content

Renovate

Renovate #44860

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "30 */6 * * *"
jobs:
renovate:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@5712c6a41dea6cdf32c72d92a763bd417e6606aa # v44.0.5
with:
configurationFile: .github/renovate.json5
token: ${{ secrets.KUBEARCHITECT_TOKEN }}
env:
RENOVATE_AUTODISCOVER: true
RENOVATE_PLATFORM: github
RENOVATE_FORK_PROCESSING: enabled