Create Dependabot config file

This commit is contained in:
dependabot-preview[bot]
2020-09-18 00:52:05 +00:00
committed by GitHub
parent b1d57a9b67
commit 27f59daff9

17
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
assignees:
- PHLAK
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: master
assignees:
- PHLAK