From c2831aa3a0ff4a4d7686771a9e24797c940e45cc Mon Sep 17 00:00:00 2001 From: Delaram Amiri <108862804+delaramamiri@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:09:10 -0800 Subject: [PATCH] dependabot's tracking for 'gitmodules' is failing (#1589) * modify .gitmodules * modify .gitmodules * change .gitmodules --- .gitmodules | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 02867ba50..25d40e347 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,6 @@ [submodule "external/ubpf"] path = external/ubpf url = https://github.com/iovisor/ubpf.git - branch = master [submodule "external/bpftool"] path = external/bpftool url = https://github.com/dthaler/bpftool-1.git @@ -12,7 +11,6 @@ [submodule "external/win-c"] path = external/win-c url = https://github.com/takamin/win-c.git - branch = windows [submodule "external/Catch2"] path = external/Catch2 url = https://github.com/catchorg/Catch2.git