name: renovate on: schedule: - cron: "@hourly" push: branches: - main jobs: renovate: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:latest@sha256:b9d264b8deef69ed7f1221fbbcc7798a0b8d1a1e2c2fad19ab046caad5ab0a73 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - run: renovate env: RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}