Files
renovate-config/.gitea/workflows/renovate.yaml
Aleksander Cynarski f9303996ab
All checks were successful
renovate / renovate (push) Successful in 5m8s
feat: recreate
2025-07-27 08:06:08 +02:00

19 lines
417 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: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}