mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update dependabot.yml
This commit is contained in:
parent
569b87640d
commit
ae6a87cba3
1 changed files with 1 additions and 2 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -5,14 +5,13 @@ updates:
|
||||||
directory: "/" # Корень репозитория, где находится go.mod
|
directory: "/" # Корень репозитория, где находится go.mod
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly" # Запуск раз в неделю
|
interval: "weekly" # Запуск раз в неделю
|
||||||
time: "00:00" # В 00:00 UTC (по умолчанию)
|
time: "00:00" # В 00:00 UTC
|
||||||
open-pull-requests-limit: 5 # Не более 5 PR одновременно
|
open-pull-requests-limit: 5 # Не более 5 PR одновременно
|
||||||
reviewers:
|
reviewers:
|
||||||
- "your-github-username" # Назначаем ревьюера
|
- "your-github-username" # Назначаем ревьюера
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
- "go"
|
- "go"
|
||||||
versioning-strategy: "increase-if-necessary" # Обновлять только при необходимости
|
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "chore(deps)"
|
prefix: "chore(deps)"
|
||||||
include: "scope" # Указывает, какая зависимость обновлена
|
include: "scope" # Указывает, какая зависимость обновлена
|
||||||
|
|
Loading…
Reference in a new issue