name: renovate on: workflow_dispatch: schedule: # Saturday 4 am - cron: "0 4 * * 6" jobs: renovate: runs-on: docker container: ghcr.io/renovatebot/renovate:37.377.4@sha256:11fe107c51aa4c9aeecfb6849f9e0715beeef1dcac0a57a836db8fcb54070c49 steps: - name: Checkout uses: https://github.com/actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6 - name: Renovate run: renovate env: LOG_LEVEL: "debug" RENOVATE_CONFIG_FILE: "${{ github.workspace }}/renovate.json" RENOVATE_ENDPOINT: https://git.keine.cloud/api/v1 RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_REPOSITORIES: ${{ format('["{0}"]', github.repository) }} GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}