Skip to content

Renovate

Renovate #91

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "0 9 * * *" # every day at 9:00 AM UTC
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Run Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
env:
RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RENOVATE_REPOSITORIES: '["NVIDIA/gpu-operator"]'
RENOVATE_ONBOARDING: false