From b3c12fb0b81bcc98e0ee2f875e50d0792224cda1 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 18 Apr 2025 13:40:50 +0800 Subject: [PATCH] chore: update dependabot schedule to target v2 branch --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 814610783..82981f3c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,5 @@ updates: schedule: interval: "weekly" timezone: "Asia/Shanghai" - day: "friday" \ No newline at end of file + day: "friday" + target-branch: v2 \ No newline at end of file