From f233f7446cce12fc82e823165705ad8e4ad9d0db Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Tue, 14 Jun 2022 12:07:52 -0700 Subject: [PATCH] Quote assignees value to fix dependabot.yaml parsing error (#13372) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b62323d1..db97e82c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,7 +25,7 @@ updates: schedule: interval: weekly assignees: - - @hashicorp/web-platform + - "@hashicorp/web-platform" labels: - "theme/dependencies" - "theme/website"