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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-12-13 16:37:17 +0300
committerGitHub <noreply@github.com>2020-12-13 16:37:17 +0300
commit6c14180f6db359983a32d599059b4be4e224d3e5 (patch)
treeb6413eac9d26198f605e5e93a2095cf3d49278bb /.dependabot/config.yml
parent18b08edc0f1da08ae8a160a60c9439e05d315004 (diff)
parentcc896b541d31bd600a92bd78afeae7b4348e60b3 (diff)
Merge pull request #50 from undo-ransomware/develop
Develop
Diffstat (limited to '.dependabot/config.yml')
-rw-r--r--.dependabot/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml
new file mode 100644
index 0000000..56423d0
--- /dev/null
+++ b/.dependabot/config.yml
@@ -0,0 +1,7 @@
+version: 1
+update_configs:
+ # Keep package.json (& lockfiles) secure and up-to-date,
+ # batching pull requests daily
+ - package_manager: "javascript"
+ directory: "/"
+ update_schedule: "daily" \ No newline at end of file