Update dependabot.yml

This commit is contained in:
civisrom 2025-03-08 21:14:07 +03:00 committed by GitHub
parent 001a64f0e3
commit c83d9e79da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"