From 4876a4573343f27fc07fdccd4c5388799f477c09 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 18 Apr 2025 13:57:16 +0800 Subject: [PATCH] chore: update target branch format in dependabot configuration --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82981f3c6..2a5e6736d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: interval: "weekly" timezone: "Asia/Shanghai" day: "friday" - target-branch: v2 \ No newline at end of file + target-branch: "v2" \ No newline at end of file