Skip to content

Commit a45da1e

Browse files
committed
Add dependency-name
1 parent fc77331 commit a45da1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ updates:
3838
- dependency-name: "third_party/java_deps/repo"
3939
- dependency-name: "third_party/jlink/repo"
4040
- dependency-name: "third_party/jsoncpp/repo"
41+
- dependency-name: "third_party/libdatachannel/repo"
4142
- dependency-name: "third_party/libwebsockets/repo"
4243
- dependency-name: "third_party/lwip/repo"
4344
- dependency-name: "third_party/mbed-mcu-boot/repo"

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,4 @@
353353
path = third_party/libdatachannel/repo
354354
url = https://github.com/paullouisageneau/libdatachannel.git
355355
platforms = linux
356+
recursive = true

0 commit comments

Comments
 (0)