Merge pull request #524 from nextcloud/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot
This commit is contained in:
blizzz 2022-04-11 14:33:58 +02:00 committed by GitHub
commit 312f67cee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/3rdparty"
schedule:
interval: daily
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
- package-ecosystem: composer
directory: "/tests/integration"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10