Add .gitea/workflows/renovate.yaml
Some checks failed
renovate / renovate (push) Failing after 1m15s

This commit is contained in:
2025-12-20 02:26:40 +08:00
parent a9ef2970dd
commit dba10ba9e0

View File

@@ -0,0 +1,20 @@
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 }}