Dependabot

This commit is contained in:
Ondrej Mirtes 2020-12-19 16:13:16 +01:00
parent 5c1eb9aac8
commit 27d85169c7
No known key found for this signature in database
GPG Key ID: 8E730BA25823D8B5

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

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
- package-ecosystem: composer
directory: "/build-cs"
schedule:
interval: monthly
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10