From aafe9a4c6c06c2f699d180a825262dc5e4469301 Mon Sep 17 00:00:00 2001 From: Koki Takahashi Date: Thu, 8 Aug 2024 19:09:25 +0900 Subject: [PATCH] Fix syntax error in dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a4fe5bd5..8fb361c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: interval: daily allow: - dependency-name: ytdl-core - - dependency-name: @distube/ytdl-core + - dependency-name: "@distube/ytdl-core"