Files
config/.gitea/workflows/renovate.yaml
T
renovate-bot d5470d95d3
Renovate / renovate (push) Successful in 1m11s
Update .gitea/workflows/renovate.yaml
2026-06-15 21:38:31 +00:00

21 lines
474 B
YAML

name: Renovate
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
push:
branches: [master]
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate:43
steps:
- uses: actions/checkout@v6
- run: renovate
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_CONFIG_FILE: config.js
GHUB_COM_TOKEN: ${{ secrets.GHUB_COM_TOKEN }}
LOG_LEVEL: info