We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"master"
#6149 got me curious, and indeed we have two more places we hardcode a reference to "master":
dependabot-core/npm_and_yarn/lib/dependabot/npm_and_yarn/file_parser.rb
Line 289 in 0ac4e37
dependabot-core/hex/helpers/lib/parse_deps.exs
Line 96 in 0ac4e37
These are the only two remaining hardcodings that I found.
We should fix those to fallback to the default branch, which may not be "master".
Related fix:
The text was updated successfully, but these errors were encountered:
master
jeffwidman
Successfully merging a pull request may close this issue.
#6149 got me curious, and indeed we have two more places we hardcode a reference to
"master"
:dependabot-core/npm_and_yarn/lib/dependabot/npm_and_yarn/file_parser.rb
Line 289 in 0ac4e37
dependabot-core/hex/helpers/lib/parse_deps.exs
Line 96 in 0ac4e37
These are the only two remaining hardcodings that I found.
We should fix those to fallback to the default branch, which may not be
"master"
.Related fix:
The text was updated successfully, but these errors were encountered: