mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-26 15:44:43 +00:00
* feat: initial setup for Dependabot * remove embed folder check --------- Co-authored-by: Philipp Eckel <philipp.eckel@intive.com>
18 lines
402 B
YAML
18 lines
402 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/frontend"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "npm"
|
|
directory: "/server"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "npm"
|
|
directory: "/collector"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|