Skip to content

Commit 5e5d6f1

Browse files
authored
Create dependabot.yml (#61)
1 parent 25bcf27 commit 5e5d6f1

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.github/dependabot.yml

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

Comments
 (0)