We run a formatting task in our ci, which depends on jitutils tool.
We download the file https://github.com/dotnet/runtime/blob/master/src/coreclr/tests/scripts/format.py#L122
we then run this file to clone the entire repo https://github.com/dotnet/jitutils/blob/master/bootstrap.cmd#L82
We dont use any branches or updating mechanism for this dependency. We should use some other way to consume this dependency.
cc @dotnet/runtime-infrastructure