From 32f85ce7818e8def24810d88a98a0b7aeab780ae Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sun, 21 Dec 2025 05:16:57 -0800 Subject: [PATCH] Fix: Update Dependabot target branch from 'develop' to 'main' --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3946d1c..d381f4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ version: 2 updates: - package-ecosystem: "nuget" # See documentation for possible values directory: "/" # Location of package manifests - target-branch: "develop" + target-branch: "main" schedule: interval: "daily" assignees: