Adding dependabot

This commit is contained in:
ngn 2024-01-08 22:30:34 +03:00
parent a9135febda
commit e8c5958431

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/app"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/api"
schedule:
interval: "daily"