Files
renovate-config/.gitea/workflows/renovate.yaml
T
RenovateBot db9eff9c0b
renovate / renovate (push) Successful in 1m12s
Add .gitea/workflows/renovate.yaml
2026-03-14 16:22:24 +01:00

22 lines
660 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2
env:
RENOVATE_CONFIG_FILE_URL: "https://git.hirschfeld.dev/RenovateBot/renovate-config/raw/branch/main/config.js"
RENOVATE_CONFIG_FILE: "/tmp/renovate-config.js"
RENOVATE_PLATFORM: "gitea"
RENOVATE_ENDPOINT: "https://git.hirschfeld.dev"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ vars.RENOVATE_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: curl -o /tmp/renovate-config.js $RENOVATE_CONFIG_FILE_URL
- run: renovate