We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcffc7 commit 610d9baCopy full SHA for 610d9ba
.github/dependabot.yml
@@ -4,23 +4,21 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+
8
- package-ecosystem: "docker"
- directory: "/protobuf"
9
- schedule:
10
- interval: "weekly"
11
- - package-ecosystem: "docker"
12
- directory: "/schemas"
+ directories:
+ - "**/*"
13
14
15
- package-ecosystem: "gomod"
16
17
18
19
20
- directory: "/semantic-conventions"
21
22
23
- package-ecosystem: "pip"
24
25
26
0 commit comments