mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
30 lines
570 B
YAML
30 lines
570 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
- dependency-type: "direct"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/backend"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
- dependency-type: "direct"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/shared"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
- dependency-type: "direct"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/dashboard"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
- dependency-type: "direct"
|