anything-llm/.github/dependabot.yml
Timothy Carambat b66017d024
Pr 2653 branch ()
* feat: initial setup for Dependabot

* remove embed folder check

---------

Co-authored-by: Philipp Eckel <philipp.eckel@intive.com>
2024-11-21 11:09:03 -08:00

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"