Files
renovate-config/.gitea/workflows/renovate.yaml
bp99 dd12b2dbd4
All checks were successful
renovate / renovate (push) Successful in 55s
ci: fix main branch name in Gitea action
2025-07-09 11:28:26 +02:00

21 lines
430 B
YAML

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