summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-12 21:06:25 +0000
committerGitHub <noreply@github.com>2021-01-12 21:06:25 +0000
commit47a81df99652116aabde18b18d07f4fd960fa6f2 (patch)
treeeb9a2ecc30ea46a77ebf9c196847da619b1b365e
parent6f238d5420897a1f7ccd2d5b6fdcc259824bad36 (diff)
Create Dependabot config filedependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..76ffec7c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,26 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ reviewers:
+ - juliushaertl
+ - violoncelloCH
+ ignore:
+ - dependency-name: twemoji
+ versions:
+ - ">= 13.a"
+ - "< 14"
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10