name: renovate on: schedule: - cron: "@hourly" push: branches: - main jobs: renovate: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:latest@sha256:daa9c61aaeae5a3dde576f0ae1142878cde44dae8ff86ba6aa4c4b047f75bdf9 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - 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 }}