name: Renovate on: schedule: - cron: '*/15 * * * *' push: branches: - setup/222-actions-&-pr-template-verbessern jobs: renovate: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Run Renovate uses: renovatebot/github-action@v41 with: token: ${{ secrets.BOT_TOKEN }} configurationFile: renovate.json env: RENOVATE_PLATFORM: gitea RENOVATE_ENDPOINT: https://git.yannick-weigert.de RENOVATE_REPOSITORIES: liquid-development/game-tracker RENOVATE_GIT_AUTHOR: "Renovate Bot " LOG_LEVEL: info