What you expected to see, versus what you actually saw
Hi there,
I'm trying to set up a parallel track in my repository where we consume the prerelease version of the FSharp.Compiler.Service. These packages come from a different NuGet feed and are only ever going to be consumed in the nightly branch.
Over time, an official FSharp.Compiler.Service (FCS) will be released on nuget.org and we will cherry-pick the changes we made for the nightly branch.
Is there an existing issue for this?
Package ecosystem
NuGet
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
Hi there,
I'm trying to set up a parallel track in my repository where we consume the prerelease version of the
FSharp.Compiler.Service
. These packages come from a different NuGet feed and are only ever going to be consumed in thenightly
branch.Over time, an official
FSharp.Compiler.Service
(FCS) will be released onnuget.org
and we will cherry-pick the changes we made for the nightly branch.The flow would be the following:
nightly
branchnightly
branch.main
branch gets a new FCS version from nuget.org. We cherry-pick the necessary changes fromnightly
and are able to updatemain
.I'm currently not sure how GitHub and dependabot scan for config changes. It appears that everything needs to be on the main branch (in
.github
)?I do think the logs at https://github.com/fsprojects/FSharp.Formatting/network/updates/719224512 indicate there is a bug.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
Have a Dependenabot config with two Nuget sources targeting different branches. One branch should be looking at a different NuGet feed.