name: renovate on: schedule: - cron: "0 */6 * * *" push: branches: - main issue_comment: jobs: renovate: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:41.99.3 steps: - uses: actions/checkout@v5 - run: renovate env: RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js" LOG_LEVEL: "debug" RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs RENOVATE_TOKEN: ${{ secrets.PAT }} GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}