From 594588f22ada29e6eca88f1ffccfaabe088dce5f Mon Sep 17 00:00:00 2001 From: koreahghg Date: Mon, 6 Jul 2026 18:02:44 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dependabot.yml=EC=97=90=EC=84=9C=20tar?= =?UTF-8?q?get-branch=EB=A5=BC=20develop=EC=9C=BC=EB=A1=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd0c8ec..9c20cc3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: npm directory: / + target-branch: develop schedule: interval: weekly open-pull-requests-limit: 10 @@ -11,5 +12,6 @@ updates: - package-ecosystem: github-actions directory: / + target-branch: develop schedule: interval: weekly