renovate-config/.gitea/workflows/renovate.yaml
Valentin Brandl 66fdb72e21
Some checks failed
renovate / renovate (push) Failing after 8s
Fix config path
2024-04-17 17:57:11 +02:00

22 lines
442 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
- master
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: "/renovate-bot/renovate-config/config.js"
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}