Merge pull request #87 from Serraniel/dependabot/add-v2-config-file
Create Dependabot config file
This commit is contained in:
commit
b5740c1ca9
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