summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-09-29 21:50:21 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-29 23:34:01 +0200
commit3d841428fb529e89db5f6c3a5023f2dac8568fbe (patch)
treee8324de4ca793bf8638b335cf15c0eba213b0776
parent60c281356787021f84dced9c7a70e0d52bacc5c5 (diff)
Create dependabot.yml
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--dependabot.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dependabot.yml b/dependabot.yml
new file mode 100644
index 000000000..dc1300e87
--- /dev/null
+++ b/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"