mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
Update dependabot.yml
This commit is contained in:
parent
001a64f0e3
commit
c83d9e79da
1 changed files with 8 additions and 14 deletions
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
|
@ -9,7 +9,7 @@ updates:
|
|||
day: "monday"
|
||||
time: "00:00"
|
||||
timezone: "UTC"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 15
|
||||
reviewers:
|
||||
- "civisrom"
|
||||
labels:
|
||||
|
@ -19,7 +19,7 @@ updates:
|
|||
prefix: "chore(deps)"
|
||||
include: "scope"
|
||||
ignore:
|
||||
# Явное указание версий для игнорирования (можно добавить версии)
|
||||
# Явное указание версий для игнорирования
|
||||
- dependency-name: "gvisor.dev/gvisor"
|
||||
versions: ["*"]
|
||||
- dependency-name: "github.com/mymmrac/telego"
|
||||
|
@ -40,9 +40,6 @@ updates:
|
|||
- "*"
|
||||
update-types:
|
||||
- "major"
|
||||
# Настройка безопасности
|
||||
security-updates-only: false
|
||||
versioning-strategy: "auto"
|
||||
rebase-strategy: "auto"
|
||||
|
||||
# 🔹 2. Обновление GitHub Actions
|
||||
|
@ -53,7 +50,7 @@ updates:
|
|||
day: "wednesday"
|
||||
time: "00:00"
|
||||
timezone: "UTC"
|
||||
open-pull-requests-limit: 3
|
||||
open-pull-requests-limit: 5
|
||||
reviewers:
|
||||
- "civisrom"
|
||||
labels:
|
||||
|
@ -66,8 +63,6 @@ updates:
|
|||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
# Настройка безопасности
|
||||
security-updates-only: false
|
||||
rebase-strategy: "auto"
|
||||
|
||||
# 🔹 3. Обновление Docker-зависимостей
|
||||
|
@ -78,7 +73,7 @@ updates:
|
|||
day: "friday"
|
||||
time: "00:00"
|
||||
timezone: "UTC"
|
||||
open-pull-requests-limit: 2
|
||||
open-pull-requests-limit: 5
|
||||
reviewers:
|
||||
- "civisrom"
|
||||
labels:
|
||||
|
@ -87,9 +82,8 @@ updates:
|
|||
commit-message:
|
||||
prefix: "chore(docker)"
|
||||
include: "scope"
|
||||
# Настройка приоритета
|
||||
ignore:
|
||||
# Здесь можно добавить игнорируемые обновления
|
||||
# Настройка безопасности
|
||||
security-updates-only: false
|
||||
# Если нужно игнорировать определенные обновления, раскомментируйте
|
||||
# ignore:
|
||||
# - dependency-name: "node"
|
||||
# versions: ["13.x", "15.x"]
|
||||
rebase-strategy: "auto"
|
||||
|
|
Loading…
Reference in a new issue