Merge pull request #480 from DirectoryLister/dependabot/add-v2-config-file

Create Dependabot config file
This commit is contained in:
Chris Kankiewicz
2020-09-28 08:57:49 -07:00
committed by GitHub

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