From ecf3d88e81f923835f6c47f8db0aa2ae86a1e5c6 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 24 Mar 2025 12:03:02 -0400 Subject: [PATCH] dependabot: update reviewer for website directory (#25498) When we updated the codeowner for the website directory to include the "web presence" group, we didn't also update the dependabot reviewer. This results in errors in dependabot PRs. Ref: https://github.com/hashicorp/nomad/pull/25492#issuecomment-2746105976 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c3b92db95..facaf661e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,7 +36,7 @@ updates: day: "sunday" time: "09:00" assignees: - - "@hashicorp/web-platform" + - "@hashicorp/web-presence" labels: - "theme/dependencies" - "theme/website"