|
| 1 | +# To get started with Dependabot version updates, you'll need to specify which |
| 2 | +# package ecosystems to update and where the package manifests are located. |
| 3 | +# Please see the documentation for all configuration options: |
| 4 | +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
| 5 | + |
| 6 | +version: 2 |
| 7 | +updates: |
| 8 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 9 | + directory: "/" # Location of package manifests |
| 10 | + schedule: |
| 11 | + interval: "daily" |
| 12 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 13 | + directory: "/tools" # Location of package manifests |
| 14 | + schedule: |
| 15 | + interval: "daily" |
| 16 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 17 | + directory: "/exporters/metric/dogstatsd" # Location of package manifests |
| 18 | + schedule: |
| 19 | + interval: "daily" |
| 20 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 21 | + directory: "/exporters/metric/datadog" # Location of package manifests |
| 22 | + schedule: |
| 23 | + interval: "daily" |
| 24 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 25 | + directory: "/instrumentation/labstack/echo" # Location of package manifests |
| 26 | + schedule: |
| 27 | + interval: "daily" |
| 28 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 29 | + directory: "/instrumentation/go.mongodb.org/mongo-driver" # Location of package manifests |
| 30 | + schedule: |
| 31 | + interval: "daily" |
| 32 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 33 | + directory: "/instrumentation/gorilla/mux" # Location of package manifests |
| 34 | + schedule: |
| 35 | + interval: "daily" |
| 36 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 37 | + directory: "/instrumentation/gin-gonic/gin" # Location of package manifests |
| 38 | + schedule: |
| 39 | + interval: "daily" |
| 40 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 41 | + directory: "/instrumentation/macaron" # Location of package manifests |
| 42 | + schedule: |
| 43 | + interval: "daily" |
| 44 | + - package-ecosystem: "gomod" # See documentation for possible values |
| 45 | + directory: "/instrumentation/runtime" # Location of package manifests |
| 46 | + schedule: |
| 47 | + interval: "daily" |
0 commit comments