From a00649c1e25897755b6ef53d9ace8d6cfe66cae7 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 30 Sep 2020 09:19:42 +0200 Subject: move dependabot file to the correct dir Signed-off-by: Benjamin Brahmer --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..dc1300e87 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # Maintain dependencies for npm + - package-ecosystem: "npm" + directory: "/js" + schedule: + interval: "daily" + + # Maintain dependencies for Composer + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "daily" -- cgit v1.2.3