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-06-03 15:34:33 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-03 18:17:53 +0300
commitdf436553ea618db4490fb5a016bd692f3dd305e8 (patch)
treeffe5997db25f4152ef2d7a79e37f27281e1ff7bd /.github
parent8557b6a862df67f9fe12c37b2e9b16bf4fa35b2b (diff)
Ask Dependabot for stable1.12 security updates
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 625300756..74e0f7080 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,5 +1,7 @@
version: 2
updates:
+
+# Main
- package-ecosystem: github-actions
directory: "/"
schedule:
@@ -80,3 +82,17 @@ updates:
- php
allow:
- dependency-type: direct
+
+# Stable1.12
+- package-ecosystem: npm
+ target-branch: stable1.12
+ directory: "/"
+ schedule:
+ interval: "daily"
+ open-pull-requests-limit: 0
+- package-ecosystem: composer
+ target-branch: stable1.12
+ directory: "/"
+ schedule:
+ interval: "daily"
+ open-pull-requests-limit: 0