Files
game-tracker/.gitea/workflows/renovate.yaml
Felix Kirchner 4b079cd58b
Some checks failed
Renovate / renovate (push) Failing after 12s
Pull Request Pipeline / localizations (pull_request) Has been cancelled
Pull Request Pipeline / lint (pull_request) Has been cancelled
Pull Request Pipeline / test (pull_request) Has been cancelled
fix renoveate
2026-05-22 16:53:36 +02:00

27 lines
696 B
YAML

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@v40
with:
token: ${{ secrets.RENOVATE_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 <renovate@yannick-weigert.de>"
LOG_LEVEL: info