From 735b2681be7ea651f96d0cb51f5de1535b884bf4 Mon Sep 17 00:00:00 2001 From: dmori Date: Sat, 21 Feb 2026 11:31:20 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20github-actions=20=EC=9D=98=EC=A1=B4?= =?UTF-8?q?=EC=84=B1=20=EA=B4=80=EB=A6=AC=20=EB=B4=87=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..53715bc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file