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" day: "monday"
time: "00:00" time: "00:00"
timezone: "UTC" timezone: "UTC"
open-pull-requests-limit: 5 open-pull-requests-limit: 15
reviewers: reviewers:
- "civisrom" - "civisrom"
labels: labels:
@ -19,7 +19,7 @@ updates:
prefix: "chore(deps)" prefix: "chore(deps)"
include: "scope" include: "scope"
ignore: ignore:
# Явное указание версий для игнорирования (можно добавить версии) # Явное указание версий для игнорирования
- dependency-name: "gvisor.dev/gvisor" - dependency-name: "gvisor.dev/gvisor"
versions: ["*"] versions: ["*"]
- dependency-name: "github.com/mymmrac/telego" - dependency-name: "github.com/mymmrac/telego"
@ -40,9 +40,6 @@ updates:
- "*" - "*"
update-types: update-types:
- "major" - "major"
# Настройка безопасности
security-updates-only: false
versioning-strategy: "auto"
rebase-strategy: "auto" rebase-strategy: "auto"
# 🔹 2. Обновление GitHub Actions # 🔹 2. Обновление GitHub Actions
@ -53,7 +50,7 @@ updates:
day: "wednesday" day: "wednesday"
time: "00:00" time: "00:00"
timezone: "UTC" timezone: "UTC"
open-pull-requests-limit: 3 open-pull-requests-limit: 5
reviewers: reviewers:
- "civisrom" - "civisrom"
labels: labels:
@ -66,8 +63,6 @@ updates:
github-actions: github-actions:
patterns: patterns:
- "*" - "*"
# Настройка безопасности
security-updates-only: false
rebase-strategy: "auto" rebase-strategy: "auto"
# 🔹 3. Обновление Docker-зависимостей # 🔹 3. Обновление Docker-зависимостей
@ -78,7 +73,7 @@ updates:
day: "friday" day: "friday"
time: "00:00" time: "00:00"
timezone: "UTC" timezone: "UTC"
open-pull-requests-limit: 2 open-pull-requests-limit: 5
reviewers: reviewers:
- "civisrom" - "civisrom"
labels: labels:
@ -87,9 +82,8 @@ updates:
commit-message: commit-message:
prefix: "chore(docker)" prefix: "chore(docker)"
include: "scope" include: "scope"
# Настройка приоритета # Если нужно игнорировать определенные обновления, раскомментируйте
ignore: # ignore:
# Здесь можно добавить игнорируемые обновления # - dependency-name: "node"
# Настройка безопасности # versions: ["13.x", "15.x"]
security-updates-only: false
rebase-strategy: "auto" rebase-strategy: "auto"