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

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-01-03 18:25:10 +0300
committerGitHub <noreply@github.com>2022-01-03 18:25:10 +0300
commited761c0f255f0ce81d5829529a334bb70127b7c4 (patch)
treeb0bac63159c4d70787bb926a2ef8c849efffbbc7 /.github
parenta37ae6f2b582a5e1564d6a8b8389360ef429d5c6 (diff)
parent59272cf908a0cde12dccab839551f2c644ff2265 (diff)
Merge pull request #673 from nextcloud/feature/add_dependabot
Add dependabot to auto update js and php deps
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..16504243
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,24 @@
+version: 2
+updates:
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ labels:
+ - 3. to review
+ - dependencies
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ labels:
+ - 3. to review
+ - dependencies