3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Add dependabot.yml

This commit is contained in:
Dragory 2020-12-20 18:46:09 +02:00
parent b2a53b0722
commit fc7537318f
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

30
dependabot.yml Normal file
View file

@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
- package-ecosystem: "npm"
directory: "/backend"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
- package-ecosystem: "npm"
directory: "/shared"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
- package-ecosystem: "npm"
directory: "/dashboard"
schedule:
interval: "daily"
allow:
- dependency-type: "production"