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

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-12-09 16:23:18 +0300
committerGitHub <noreply@github.com>2021-12-09 16:23:18 +0300
commit0a8a485bf3d758419cc91d075afdd4115930e003 (patch)
tree627c639efcf73a67a53430c057880dfde8fd4d94
parentd111c7b53c8656ef000153ae351e8307176526a0 (diff)
parentd7cd46f5c18ba1eeed4196eebad2306b7f29a24d (diff)
Merge pull request #279 from nextcloud/dependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..1b86cc8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10