You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for updating gitsubmodules was added recently in dependabot/dependabot-core#6320 but it does not work as expected. This issue is for tracking purposes and to avoid duplicates. This issue will present itself as being unable to create the pull request but what actually fails is the creation of the commit before creating the PR.
Just in case someone comes looking for reasons why this may still not update the .gitmodules file, it would appear that Azure DevOps API checks if the content represents a commit and rejects it even if the commit is not for the given repository. More information on this:
Support for updating gitsubmodules was added recently in dependabot/dependabot-core#6320 but it does not work as expected. This issue is for tracking purposes and to avoid duplicates. This issue will present itself as being unable to create the pull request but what actually fails is the creation of the commit before creating the PR.
Just in case someone comes looking for reasons why this may still not update the
.gitmodules
file, it would appear that Azure DevOps API checks if the content represents a commit and rejects it even if the commit is not for the given repository. More information on this:Dependabot works just fine as per process but the actual call to the Azure DevOps API fails.
The text was updated successfully, but these errors were encountered: