Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-12-17 17:39:35 +00:00 committed by korelstar
parent 1d167b8566
commit 767e2a3938
1 changed files with 22 additions and 0 deletions

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

@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
- dependency-name: christophwurst/nextcloud
versions:
- "> 15.0"
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
reviewers:
- korelstar