From 6868b3be181e2a610c3dafbb6d124f6bd410f72a Mon Sep 17 00:00:00 2001 From: reidlab <45904911+reidlabwastaken@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:28:29 -0700 Subject: [PATCH] create dependabot.yml --- .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..94154ee --- /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: "daily"