change renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 2m31s

This commit is contained in:
Igor Ilin 2025-01-30 11:39:16 +03:00
parent 01dfec1f6e
commit 055e8e048b

View File

@ -9,12 +9,13 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2
runs-on: self-hosted # Используем локальный Gitea Runner
container:
image: ghcr.io/renovatebot/renovate:37.20.2
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # replace it with your config.js path
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # Путь к конфигу
LOG_LEVEL: "debug"
RENOVATE_TOKEN: "a07e7acd76e9fd6ab778319c89ff6790e41f7c65"