From 8de650d62d494c1b0fc73b02dcae510c576e9411 Mon Sep 17 00:00:00 2001 From: Jianjun Zhu Date: Wed, 16 Feb 2022 16:26:07 +0800 Subject: [PATCH] Add a configuration file for dependabot. --- .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 00000000..1473d5a7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file