From 0e61016f181cfbdc4d5da176b692a61e2a1edbcc Mon Sep 17 00:00:00 2001 From: Junfeng Wu Date: Mon, 29 Jul 2024 18:18:50 +0800 Subject: [PATCH] fix(ci): update dependabot team (#5) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2db27ed..c32a403 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: interval: "weekly" day: "sunday" reviewers: - - "risingwavelabs/byoc" + - "risingwavelabs/byoc-dependabot-review" # Maintain dependencies for Go modules - package-ecosystem: "gomod" directory: "/" @@ -20,4 +20,4 @@ updates: interval: "weekly" day: "sunday" reviewers: - - "risingwavelabs/byoc" + - "risingwavelabs/byoc-dependabot-review"