Files
renovate/.gitea/workflows/renovate.yaml
Julien Valverdé 26fbff8cf3
All checks were successful
renovate / renovate (push) Successful in 51s
Renovate setup
2025-09-02 03:44:51 +02:00

24 lines
469 B
YAML

name: renovate
on:
workflow_dispatch:
branches:
- master
schedule:
- cron: "0 12 * * *"
push:
branches:
- master
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}