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

github.com/nextcloud/server.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-08 09:32:14 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-08 09:32:14 +0300
commitd939f2fa5a01f5c8879e049b27d83ab97fcd0992 (patch)
tree87586e19659ba2a0e49fe3f8084f944627a078ca /.github/dependabot.yml
parent91e463ff007848f88786954d7ccdef2098fe6680 (diff)
Split target-branch between stablexx branches until it supports Arrays
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml66
1 files changed, 58 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ab959ecac6e..1e7ef6843a0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -64,10 +64,35 @@ updates:
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
- target-branch:
- - stable19
- - stable18
- - stable17
+ target-branch: stable19
+ labels:
+ - 3. to review
+ - "feature: dependencies"
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ # Only allow updates to the lockfile
+ versioning-strategy: lockfile-only
+ target-branch: stable18
+ labels:
+ - 3. to review
+ - "feature: dependencies"
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ # Only allow updates to the lockfile
+ versioning-strategy: lockfile-only
+ target-branch: stable17
labels:
- 3. to review
- "feature: dependencies"
@@ -83,10 +108,35 @@ updates:
open-pull-requests-limit: 10
# Only allow updates to the lockfile
versioning-strategy: lockfile-only
- target-branch:
- - stable19
- - stable18
- - stable17
+ target-branch: stable19
+ labels:
+ - 3. to review
+ - "feature: dependencies"
+- package-ecosystem: composer
+ directory: "/build/integration"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ # Only allow updates to the lockfile
+ versioning-strategy: lockfile-only
+ target-branch: stable18
+ labels:
+ - 3. to review
+ - "feature: dependencies"
+- package-ecosystem: composer
+ directory: "/build/integration"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ # Only allow updates to the lockfile
+ versioning-strategy: lockfile-only
+ target-branch: stable17
labels:
- 3. to review
- "feature: dependencies"