Files
Renovate/.gitea/workflows/workflow.yaml
T
2025-10-23 23:25:16 +02:00

19 lines
416 B
YAML

name: Run Renovate
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: renovate-config.js
logLevel: debug