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

github.com/nextcloud/twofactor_totp.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>2021-01-20 12:30:17 +0300
committerGitHub <noreply@github.com>2021-01-20 12:30:17 +0300
commit4bfbc9e3fe1dfaf2fd079495a832c8b9aab70824 (patch)
tree7a9d4c345fcdd8a99697e0e13e45cd66414c09d5
parent2495f164741c490970bf60f17f442d09deee4509 (diff)
Create Dependabot config file
-rw-r--r--.github/dependabot.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e6c2fb8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,23 @@
+version: 2
+updates:
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: monthly
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ labels:
+ - 3. to review
+ - dependencies
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: monthly
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ labels:
+ - 3. to review
+ - dependencies
+ - javascript