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

github.com/nextcloud/maps.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-12-17 20:39:18 +0300
committerGitHub <noreply@github.com>2020-12-17 20:39:18 +0300
commit27b2aa7339f3c1c004e42b1472b377fd5dd3202b (patch)
tree7f7712c73247fde0327753711616a16c2759a086
parent323deb38db7acd2f623e7f21b3544f5015dab754 (diff)
Create Dependabot config filedependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..c7806d33
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,19 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: d3
+ versions:
+ - ">= 4.a"
+ - "< 5"
+ - dependency-name: d3
+ versions:
+ - ">= 5.a"
+ - "< 6"