repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2ccfc
)
Configure dependabot (#207)
author
Shinigami
<chrissi92@hotmail.de>
Sat, 20 Feb 2021 16:15:45 +0000
(17:15 +0100)
committer
GitHub
<noreply@github.com>
Sat, 20 Feb 2021 16:15:45 +0000
(17:15 +0100)
.dependabot/config.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.dependabot/config.yml
b/.dependabot/config.yml
new file mode 100644
(file)
index 0000000..
7425d44
--- /dev/null
+++ b/
.dependabot/config.yml
@@ -0,0
+1,10
@@
+version: 1
+update_configs:
+ - package_manager: 'javascript'
+ directory: '/'
+ update_schedule: 'live'
+ default_reviewers:
+ - 'pioardi'
+ - 'Shinigami92'
+ - 'jerome-benoit'
+ version_requirement_updates: 'increase_versions'