fix the directory path for dependabot

The repository now only holds one go.mod file at the root of the repository.
This commit is contained in:
David Christofas
2021-08-16 10:47:47 +02:00
parent 6b006fdf0e
commit d74818b18f
+2 -2
View File
@@ -1,9 +1,9 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/ocis"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 2
- package-ecosystem: "npm"