Skip to content

Commit 8bdd9d9

Browse files
authored
Update dependabot package directories (#131)
Also, reorder to be a bit more alphabetical.
1 parent 70d36d9 commit 8bdd9d9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/dependabot.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,27 @@ updates:
2222
schedule:
2323
interval: "daily"
2424
- package-ecosystem: "gomod" # See documentation for possible values
25-
directory: "/instrumentation/labstack/echo" # Location of package manifests
25+
directory: "/instrumentation/github.com/emicklei/go-restful" # Location of package manifests
2626
schedule:
2727
interval: "daily"
2828
- package-ecosystem: "gomod" # See documentation for possible values
29-
directory: "/instrumentation/go.mongodb.org/mongo-driver" # Location of package manifests
29+
directory: "/instrumentation/github.com/gin-gonic/gin" # Location of package manifests
3030
schedule:
3131
interval: "daily"
3232
- package-ecosystem: "gomod" # See documentation for possible values
33-
directory: "/instrumentation/gorilla/mux" # Location of package manifests
33+
directory: "/instrumentation/github.com/gorilla/mux" # Location of package manifests
3434
schedule:
3535
interval: "daily"
3636
- package-ecosystem: "gomod" # See documentation for possible values
37-
directory: "/instrumentation/gin-gonic/gin" # Location of package manifests
37+
directory: "/instrumentation/github.com/labstack/echo" # Location of package manifests
38+
schedule:
39+
interval: "daily"
40+
- package-ecosystem: "gomod" # See documentation for possible values
41+
directory: "/instrumentation/go.mongodb.org/mongo-driver" # Location of package manifests
3842
schedule:
3943
interval: "daily"
4044
- package-ecosystem: "gomod" # See documentation for possible values
41-
directory: "/instrumentation/macaron" # Location of package manifests
45+
directory: "/instrumentation/gopkg.in/macaron.v1" # Location of package manifests
4246
schedule:
4347
interval: "daily"
4448
- package-ecosystem: "gomod" # See documentation for possible values

0 commit comments

Comments
 (0)