From aa2cd80ce4d4efc200c5a270a7929772ab62f47b Mon Sep 17 00:00:00 2001 From: nexryai <61890205+nexryai@users.noreply.github.com> Date: Fri, 9 Jan 2026 23:54:21 +0900 Subject: [PATCH] Use Dependabot for fresh dependencies --- .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..11ed4ab --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + target-branch: "main" + schedule: + interval: daily