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

github.com/h-enk/doks.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.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml
new file mode 100644
index 0000000..961421d
--- /dev/null
+++ b/.dependabot/config.yml
@@ -0,0 +1,13 @@
+version: 1
+update_configs:
+ - package_manager: javascript
+ directory: /
+ update_schedule: live
+ allowed_updates:
+ - match:
+ update_type: security
+ automerged_updates:
+ - match:
+ dependency_type: all
+ update_type: in_range
+ version_requirement_updates: widen_ranges \ No newline at end of file