Pr 2653 branch ()

* feat: initial setup for Dependabot

* remove embed folder check

---------

Co-authored-by: Philipp Eckel <philipp.eckel@intive.com>
This commit is contained in:
Timothy Carambat 2024-11-21 11:09:03 -08:00 committed by GitHub
parent 9f38b9337b
commit b66017d024
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,18 @@
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"