From ae6a87cba3e632130f66579c281f4f22b7571e15 Mon Sep 17 00:00:00 2001
From: civisrom <167646351+civisrom@users.noreply.github.com>
Date: Sat, 8 Mar 2025 18:20:15 +0300
Subject: [PATCH] Update dependabot.yml

---
 .github/dependabot.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index de211828..a58592d0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,14 +5,13 @@ updates:
     directory: "/"  # Корень репозитория, где находится go.mod
     schedule:
       interval: "weekly"  # Запуск раз в неделю
-      time: "00:00"  # В 00:00 UTC (по умолчанию)
+      time: "00:00"  # В 00:00 UTC
     open-pull-requests-limit: 5  # Не более 5 PR одновременно
     reviewers:
       - "your-github-username"  # Назначаем ревьюера
     labels:
       - "dependencies"
       - "go"
-    versioning-strategy: "increase-if-necessary"  # Обновлять только при необходимости
     commit-message:
       prefix: "chore(deps)"
       include: "scope"  # Указывает, какая зависимость обновлена