Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-12-17 17:40:16 +00:00 committed by GitHub
parent 61a84cc34b
commit 4618ace53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

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

@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
reviewers:
- rullzer
- MorrisJobke
- package-ecosystem: composer
directory: "/tests"
schedule:
interval: monthly
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10