1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #301 from oceanprotocol/dependabot/add-v2-config-file

Create Dependabot config file
This commit is contained in:
Matthias Kretschmann 2020-06-03 08:10:41 +02:00 committed by GitHub
commit 75039762e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/server"
schedule:
interval: weekly
time: '03:00'
timezone: Europe/Berlin
- package-ecosystem: npm
directory: "/client"
schedule:
interval: weekly
time: '03:00'
timezone: Europe/Berlin
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: '03:00'
timezone: Europe/Berlin