Skip to content

Renovate

Renovate #21

Workflow file for this run

name: Renovate
on:
workflow_dispatch: # Allows manual trigger from GitHub UI
schedule:
- cron: "20 18 * * *" # every day at 10:20 AM PST (18:20 UTC)
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
env:
RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RENOVATE_REPOSITORIES: '["JunAr7112/gpu-driver-container"]'
RENOVATE_ONBOARDING: false
LOG_LEVEL: debug