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 Held <ilovemilk@wusa.io>2020-12-10 23:38:04 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-10 23:38:04 +0300
commit19b8a09477173c85873ad84d24d896b9630053a2 (patch)
tree5295d80b4f84a1167502eef0d58fb4427fe13d72 /.dependabot/config.yml
parent2495469f32608b5d0c782452647fe3f246dc20e7 (diff)
use spaces and add dependabot config
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