mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-03-21 11:05:02 +00:00
37 lines
813 B
YAML
37 lines
813 B
YAML
version: 2
|
|
updates:
|
|
# Проверка Rust зависимостей (Cargo)
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "03:00"
|
|
open-pull-requests-limit: 5
|
|
reviewers:
|
|
- "LowderPlay"
|
|
labels:
|
|
- "dependencies"
|
|
- "rust"
|
|
commit-message:
|
|
prefix: "chore(deps)"
|
|
include: "scope"
|
|
pull-request-branch-name:
|
|
separator: "/"
|
|
|
|
# Проверка GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "03:30"
|
|
open-pull-requests-limit: 5
|
|
reviewers:
|
|
- "LowderPlay"
|
|
labels:
|
|
- "dependencies"
|
|
- "github-actions"
|
|
commit-message:
|
|
prefix: "ci"
|
|
include: "scope"
|