From d3106dc90fb1bf720adf74ac632fd5ccdfdbde39 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 4 Dec 2020 08:37:16 +0200 Subject: [PATCH] Add dependabot config (#1654) Signed-off-by: Jari Kolehmainen --- .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 0000000000..9770f52991 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"