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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-29 15:20:10 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-29 15:20:10 +0300
commitef20fa0d50153ed24dabbe1d9dbe11317f3f35a2 (patch)
tree6fdec2fa3788f465c2fb7fed6a9debf46fb230c1 /.github
parent37280d4652373f28b289e8642260764c9701c9c2 (diff)
Update Dependabot config for stable branch security updateschore/stable1.14-stable2.0-sec-updates
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml38
1 files changed, 29 insertions, 9 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ccf15f342..be8577d46 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -96,22 +96,42 @@ updates:
- "ChristophWurst"
- "kesselb"
-# Stable1.12
+# Stable2.0
- package-ecosystem: npm
- target-branch: stable1.12
+ target-branch: stable2.0
directory: "/"
schedule:
- interval: "daily"
+ interval: "daily"
open-pull-requests-limit: 0
reviewers:
- - "ChristophWurst"
- - "GreatD"
+ - "ChristophWurst"
+ - "GreatD"
- package-ecosystem: composer
- target-branch: stable1.12
+ target-branch: stable2.0
directory: "/"
schedule:
- interval: "daily"
+ interval: "daily"
open-pull-requests-limit: 0
reviewers:
- - "ChristophWurst"
- - "kesselb"
+ - "ChristophWurst"
+ - "kesselb"
+
+ # Stable1.14
+- package-ecosystem: npm
+ target-branch: stable1.14
+ directory: "/"
+ schedule:
+ interval: "daily"
+ open-pull-requests-limit: 0
+ reviewers:
+ - "ChristophWurst"
+ - "GreatD"
+- package-ecosystem: composer
+ target-branch: stable1.14
+ directory: "/"
+ schedule:
+ interval: "daily"
+ open-pull-requests-limit: 0
+ reviewers:
+ - "ChristophWurst"
+ - "kesselb"