From 6a576ae87d9558d5db8635980a621dc0dd3b295f Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 23 Sep 2024 14:15:09 -0700 Subject: [PATCH] dependabot: add npm --- .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..4872c5a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10