From 6db720cd06d9c5b84bb831a298bce0c3f54f841b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=99=93=E4=BC=9F?= Date: Mon, 8 May 2023 10:13:11 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20github=E6=AF=8F?= =?UTF-8?q?=E6=97=A5=E6=89=AB=E6=8F=8F=E4=BE=9D=E8=B5=96=E5=B9=B6=E5=88=9B?= =?UTF-8?q?=E5=BB=BAPR=EF=BC=9A=E7=9B=AE=E6=A0=87=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfac2bc4..e2a4b3de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + # 目标分支 target-branch: "dev" # https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore ignore: @@ -37,3 +38,17 @@ updates: # spring-security-oauth2-authorization-server 1.0 不支持 JDK 8 versions: - ">= 1" + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + # 目标分支 + target-branch: "sca-springboot3" + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + # 目标分支 + target-branch: "sct-springboot3"