From 37699ab605cfcc26b1c29170537311f25b4a50b8 Mon Sep 17 00:00:00 2001 From: tedd mason Date: Wed, 17 Mar 2021 08:26:13 +0000 Subject: [PATCH] dependabot configuration --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ac987aeae --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + target-branch: "development" + labels: + - "npm dependencies" \ No newline at end of file