Files
game-tracker/.gitea/workflows/renovate.yaml
Felix Kirchner f56cf9ba15
Some checks failed
Renovate / renovate (push) Failing after 35s
Pull Request Pipeline / lint (pull_request) Successful in 55s
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / localizations (pull_request) Successful in 27s
Renovate per npm
2026-05-22 16:56:22 +02:00

28 lines
713 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
env:
RENOVATE_TOKEN: ${{ secrets.BOT_TOKEN }}
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>"
RENOVATE_CONFIG_FILE: renovate.json
LOG_LEVEL: info
run: |
npm install -g renovate
renovate