From 73c45286f34b272d4f9e9170eee05a1cbd5b931c Mon Sep 17 00:00:00 2001 From: Emily Rodriguez <32680215+em-c-rod@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:56:42 -0500 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..dba3f4a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + + # Maintain dependencies for npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: daily + time: "20:00" + timezone: America/New_York + open-pull-requests-limit: 99