Files
renovate-config/.gitea/workflows/renovate.yaml
Renovate Bot dba10ba9e0
Some checks failed
renovate / renovate (push) Failing after 1m15s
Add .gitea/workflows/renovate.yaml
2025-12-20 02:26:40 +08:00

20 lines
432 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42.64.1
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/Renovate/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}