summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-09-30 09:19:42 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-30 09:38:36 +0200
commita00649c1e25897755b6ef53d9ace8d6cfe66cae7 (patch)
tree2745f6c62f37199ccefd1d89d96bce72a7405696 /.github
parent3d841428fb529e89db5f6c3a5023f2dac8568fbe (diff)
move dependabot file to the correct dir
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml18
1 files changed, 18 insertions, 0 deletions
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"