From fa13c7fea71355223fe66292e7c603cb17d14b2b Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Sat, 8 Mar 2025 19:19:49 +0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0053351d..9ee38578 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: time: "00:00" # В 00:00 tch open-pull-requests-limit: 5 # Не более 5 PR одновременно reviewers: - - "your-github-username" # Назначаем ревьюера + - "civisrom" # Назначаем ревьюера labels: - "dependencies" - "go" @@ -28,7 +28,7 @@ updates: interval: "weekly" open-pull-requests-limit: 3 # Не более 3 PR одновременно reviewers: - - "your-github-username" + - "civisrom" labels: - "dependencies" - "github-actions"