Skip to content

Commit

Permalink
Update dependabot package directories (#131)
Browse files Browse the repository at this point in the history
Also, reorder to be a bit more alphabetical.
  • Loading branch information
MrAlias committed Jul 10, 2020
1 parent 70d36d9 commit 8bdd9d9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,27 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/instrumentation/labstack/echo" # Location of package manifests
directory: "/instrumentation/github.com/emicklei/go-restful" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/instrumentation/go.mongodb.org/mongo-driver" # Location of package manifests
directory: "/instrumentation/github.com/gin-gonic/gin" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/instrumentation/gorilla/mux" # Location of package manifests
directory: "/instrumentation/github.com/gorilla/mux" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/instrumentation/gin-gonic/gin" # Location of package manifests
directory: "/instrumentation/github.com/labstack/echo" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/instrumentation/go.mongodb.org/mongo-driver" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/instrumentation/macaron" # Location of package manifests
directory: "/instrumentation/gopkg.in/macaron.v1" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
Expand Down

0 comments on commit 8bdd9d9

Please sign in to comment.