Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-04 23:19:42 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-04 23:19:42 +0300
commitc6a93fa97aff3726ff9d3c0fd6209d6a24818e0b (patch)
tree48e23e2f6797d0ddcde3e9cfdf47e571e7894d8a /.github/dependabot.yml
parent44d7dacaaba9136d64930c26008199d597a605eb (diff)
Move to automated dependabot merging
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 70dc111e7..165042438 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,5 +1,16 @@
version: 2
updates:
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ labels:
+ - 3. to review
+ - dependencies
- package-ecosystem: npm
directory: "/"
schedule:
@@ -8,5 +19,6 @@ updates:
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
- reviewers:
- - juliushaertl
+ labels:
+ - 3. to review
+ - dependencies