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:
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