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 14:07:21 +0300
committerGitHub <noreply@github.com>2020-12-13 14:07:21 +0300
commitcc896b541d31bd600a92bd78afeae7b4348e60b3 (patch)
tree443632648a1f3c3a22eaaed2377a1b339e43dee4 /.dependabot/config.yml
parent79058122e046cb13469986addbc54053eee21cd8 (diff)
parentb8c0e381a369ec608730c829c7e1ddb9a8c4e010 (diff)
Merge pull request #47 from undo-ransomware/feature/issue-14-empty-path
Issue 14 empty path
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