renovate-config/.gitea/workflows/renovate.yaml

22 lines
550 B
YAML
Raw Normal View History

2025-01-26 17:01:21 +00:00
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
2025-01-30 15:53:08 +00:00
- pl-refactor
2025-01-26 17:01:21 +00:00
jobs:
renovate:
2025-01-30 08:39:16 +00:00
runs-on: self-hosted # Используем локальный Gitea Runner
container:
image: ghcr.io/renovatebot/renovate:37.20.2
2025-01-26 17:01:21 +00:00
steps:
- uses: actions/checkout@v4
- run: renovate
env:
2025-01-30 08:39:16 +00:00
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # Путь к конфигу
2025-01-26 17:01:21 +00:00
LOG_LEVEL: "debug"
RENOVATE_TOKEN: "a07e7acd76e9fd6ab778319c89ff6790e41f7c65"