diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 681632a357b..6bd80cf35f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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