summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvioloncello.ch <22591354+violoncelloCH@users.noreply.github.com>2021-02-03 15:00:36 +0100
committerGitHub <noreply@github.com>2021-02-03 15:00:36 +0100
commit6c257966e15a5a0b616ee51c6141bac4baa4cacb (patch)
tree7ccbd5db75f16dafaaafcc21eefb3c9451fdf8c0
parent08a30093e70c1b441aa4b4d461fb0d271098d74e (diff)
parent47a81df99652116aabde18b18d07f4fd960fa6f2 (diff)
Merge pull request #1182 from nextcloud/dependabot/add-v2-config-file
Create Dependabot 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