Files
renovate-config/.gitea/workflows/renovate.yaml
Aleksander Cynarski 0db01e5e1e
Some checks failed
renovate / renovate (push) Has been cancelled
feat: extractVersion
2025-07-27 21:51:02 +02:00

19 lines
415 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
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"
LOG_LEVEL: "info"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}