Files
PortProtonQt/.gitea/workflows/renovate.yaml
Boris Yumankulov 3f5d058740
Some checks failed
Code and build check / Build with uv (push) Has been cancelled
Code and build check / Check code (push) Has been cancelled
renovate / renovate (push) Successful in 10s
fix(renovate): RENOVATE_CONFIG_FILE
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
2025-06-20 21:44:25 +05:00

22 lines
466 B
YAML

name: renovate
on:
workflow_dispatch:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.1.3
steps:
- uses: https://gitea.com/actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/Boria138/PortProtonQt/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}