renovater/.forgejo/workflows/renovater.yml
watson 751efc1df0
Some checks failed
Renovater / renovate (push) Has been cancelled
Fixed: Directory structures
2025-08-21 21:36:18 +02:00

20 lines
No EOL
422 B
YAML

name: Renovater
on:
schedule:
- cron: "@weekly"
push:
branches: [main]
jobs:
renovate:
runs-on: docker
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/watson/renovater/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATER_TOKEN }}