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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-01 20:51:44 +0300
committerGitHub <noreply@github.com>2020-09-01 20:51:44 +0300
commit1bc1ec6419cb5536b65102085b9453c801689333 (patch)
tree7e7ba04ac548c897e4e84f6daf203343cdf31b4f
parentd7783db4595811fb628e0595b18f5479e9c842d3 (diff)
Create Dependabot config file
-rw-r--r--.github/dependabot.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..afffe86
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,18 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ reviewers:
+ - georgehrke
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10