renovate-config/.gitea/workflows/renovate.yaml
Valentin Brandl a8940faaa3
All checks were successful
renovate / renovate (push) Successful in 1m59s
Only run on main
2024-04-18 10:18:17 +02:00

22 lines
459 B
YAML

name: renovate
on:
schedule:
- cron: "0 */3 * * *"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.303.2
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}