Files
renovate-config/.gitea/workflows/renovate.yaml
Ryuu Pendragon 4fad96a550
All checks were successful
renovate / renovate (push) Successful in 1m54s
Update .gitea/workflows/renovate.yaml
2025-07-15 18:11:45 +00:00

25 lines
533 B
YAML

name: renovate
on:
workflow_dispatch:
branches:
- main
schedule:
- cron: "0 */4 * * *"
push:
branches:
- main
jobs:
renovate:
runs-on: bookworm-slim
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}