Files
renovate-config/.gitea/workflows/renovate.yml
Workflow config file is invalid. Please check your config file: yaml: line 11: mapping values are not allowed in this context

17 lines
604 B
YAML

name: Renovate
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Renovate
uses: docker://ghcr.io/renovatebot/renovate:latest
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
LOG_LEVEL: info