We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc77331 commit a45da1eCopy full SHA for a45da1e
.github/dependabot.yml
@@ -38,6 +38,7 @@ updates:
38
- dependency-name: "third_party/java_deps/repo"
39
- dependency-name: "third_party/jlink/repo"
40
- dependency-name: "third_party/jsoncpp/repo"
41
+ - dependency-name: "third_party/libdatachannel/repo"
42
- dependency-name: "third_party/libwebsockets/repo"
43
- dependency-name: "third_party/lwip/repo"
44
- dependency-name: "third_party/mbed-mcu-boot/repo"
.gitmodules
@@ -353,3 +353,4 @@
353
path = third_party/libdatachannel/repo
354
url = https://github.com/paullouisageneau/libdatachannel.git
355
platforms = linux
356
+ recursive = true
0 commit comments