renovate-config/.gitea/workflows/renovate.yaml
Valentin Brandl 2e1a5988a0
All checks were successful
renovate / renovate (push) Successful in 53s
Run 4 times a day
2024-04-17 18:50:39 +02:00

23 lines
474 B
YAML

name: renovate
on:
schedule:
- cron: "0 */3 * * *"
push:
branches:
- main
- master
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 }}