From 6cf85485ae38c844ae900508c2998976df9cf9a5 Mon Sep 17 00:00:00 2001 From: Yugang Cao <1442770751@qq.com> Date: Thu, 16 Nov 2023 22:34:17 +0800 Subject: [PATCH] fix: deps --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3ce15fb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: npm # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" \ No newline at end of file