mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update dependabot.yml
This commit is contained in:
parent
5e2f84c05f
commit
664150484c
1 changed files with 6 additions and 22 deletions
26
.github/dependabot.yml
vendored
26
.github/dependabot.yml
vendored
|
@ -1,15 +1,14 @@
|
|||
# Конфигурация Dependabot для автоматизации обновлений зависимостей
|
||||
version: 2
|
||||
updates:
|
||||
# 🔹 1. Обновление Go-зависимостей
|
||||
# Обновление Go-зависимостей
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/" # Корень репозитория, где находится go.mod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "00:00"
|
||||
timezone: "UTC"
|
||||
open-pull-requests-limit: 15
|
||||
open-pull-requests-limit: 30 # Увеличенный лимит
|
||||
reviewers:
|
||||
- "civisrom"
|
||||
labels:
|
||||
|
@ -19,28 +18,14 @@ updates:
|
|||
prefix: "chore(deps)"
|
||||
include: "scope"
|
||||
ignore:
|
||||
# Явное указание версий для игнорирования
|
||||
# Оставьте только те зависимости, которые нужно игнорировать
|
||||
- dependency-name: "gvisor.dev/gvisor"
|
||||
versions: ["*"]
|
||||
- dependency-name: "github.com/mymmrac/telego"
|
||||
versions: ["*"]
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
- dependency-type: "indirect"
|
||||
# Группировка обновлений
|
||||
groups:
|
||||
minor-patch-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
major-updates:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- "major"
|
||||
rebase-strategy: "auto"
|
||||
dependency-versioning-strategy: "increase"
|
||||
|
||||
# 🔹 2. Обновление GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
|
@ -87,4 +72,3 @@ updates:
|
|||
# - dependency-name: "node"
|
||||
# versions: ["13.x", "15.x"]
|
||||
rebase-strategy: "auto"
|
||||
dependency-versioning-strategy: "increase"
|
||||
|
|
Loading…
Reference in a new issue