Create Dependabot config file
This commit is contained in:
parent
ea1760025e
commit
bded6ed499
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 10
|
||||
target-branch: develop
|
||||
reviewers:
|
||||
- Serraniel
|
||||
assignees:
|
||||
- Serraniel
|
||||
versioning-strategy: increase
|
Loading…
Reference in a new issue