From be501cbd2a7def76d5bc028b4d054aff8e8ba557 Mon Sep 17 00:00:00 2001 From: DHR60 <192860629+DHR60@users.noreply.github.com> Date: Sat, 22 Aug 2026 02:20:41 +0000 Subject: [PATCH] Fix dependabot path (#10008) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00fd44bd..889a6a41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ updates: interval: "daily" - package-ecosystem: "nuget" - directory: "/" + directory: "/v2rayN" schedule: interval: "daily"