From 84368a16c3a44ea56f31aea964307cada812ab24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=B5=E5=91=B5=E3=81=A7=E3=81=99?= <51957264+shoucandanghehe@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E6=9B=B4=E6=94=B9=20dependabot?= =?UTF-8?q?=20=E6=8E=A8=E9=80=81=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f44691..30125e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests - target-branch: "dev" + target-branch: "main" schedule: interval: "daily"