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
What you expected to see, versus what you actually saw
After this issue was closed: #8837 (comment) which was impacting trying to get private registry nuget feeds working. We now see another error with dependabot updates.
Seeing errors indicated trying to retrieve information about the private package like this:
Is there an existing issue for this?
Package ecosystem
nuget
Package manager version
No response
Language version
.NET C#
Manifest location and content before the Dependabot update
No response
dependabot.yml content
version: 2
registries:
PrivateOrgGitHub:
type: nuget-feed
url: https://nuget.pkg.github.com/A-PRIVATE-ORG
username: notused-PwdIsToken@A-PRIVATE-ORG.com
password: ${{ secrets.PACKAGE_ACCESS_TOKEN }}
nuget.org:
type: nuget-feed
url: https://api.nuget.org
updates:
directory: "/"
schedule:
interval: "daily"
allow:
registries:
Updated dependency
Expected package STS to go from 3.0.16 to 3.0.18
What you expected to see, versus what you actually saw
After this issue was closed: #8837 (comment) which was impacting trying to get private registry nuget feeds working. We now see another error with dependabot updates.
Seeing errors indicated trying to retrieve information about the private package like this:
updater | /tmp/package-dependency-resolution_XdezTk/Project.csproj : error NU1301: Failed to retrieve information about 'STS' from remote source 'https://nuget.pkg.github.com/A-PRIVATE-ORG/FindPackagesById()?id='STS'&semVerLevel=2.0.0'.
Attaching log:
updaterLog.txt
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: