Files
PortProtonQt/.gitea/workflows/renovate.yml
Boris Yumankulov 797e203156
All checks were successful
Code and build check / Check code (push) Successful in 4m29s
Code and build check / Build with uv (push) Successful in 56s
Revert "feat(renovate): use config from Linux-Gaming repo"
This reverts commit c862a39225.
2025-06-28 09:49:53 +05:00

19 lines
434 B
YAML

name: renovate
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.1.4
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 }}