From c83d9e79da49c3c5b48d7acd3efd71aed137dd05 Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Sat, 8 Mar 2025 21:14:07 +0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c63ac228..0585a9b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"