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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-09 09:15:17 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-17 14:53:10 +0300
commitbd791a6e7a1240695cf79d50fa0e19f5910a4016 (patch)
treec6cb35b93678558ce48cc1814198d5c6311c1a44
parent8ed99eea4e51c596cc1f2c315cbab91471f12012 (diff)
Add NPM to dependabot
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 40c5f7b..4a53ee7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,3 +11,14 @@ updates:
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