dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PR's.
https://docs.github.com/en/code-security/dependabot
MIT License
4.5k stars 938 forks source link

Multiple branches and Nuget feeds #7983

Open nojaf opened 9 months ago

nojaf commented 9 months ago

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

version: 2
updates:
  - package-ecosystem: nuget
    directory: "/"
    schedule:
      interval: daily
      time: "10:00"
    open-pull-requests-limit: 25
    ignore:
      - dependency-name: "Microsoft.Build"
      - dependency-name: "Microsoft.Build.Framework"
      - dependency-name: "Microsoft.Build.Utilities.Core"
      - dependency-name: "Microsoft.Build.Tasks.Core"

  - package-ecosystem: nuget
    target-branch: nightly
    directory: "/"
    schedule:
      interval: daily
      time: "10:00"
    open-pull-requests-limit: 5
    allow:
      - dependency-name: "FSharp.Compiler.Service"

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 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.

The flow would be the following:

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

proxy | 2023/09/07 11:45:09 proxy starting, commit: 93c4a893d794d736d84e940a79420e8d1180c0bd
  proxy | 2023/09/07 11:45:09 Listening (:1080)
updater | 2023-09-07T11:45:10.110470922 [719224512:main:WARN:src/devices/src/legacy/serial.rs:222] Detached the serial input due to peer close/error.
updater | time="2023-09-07T11:45:12Z" level=info msg="guest starting" commit=b073e069d366dc2f68bb8ef0134feb3c29cacadd
updater | time="2023-09-07T11:45:12Z" level=info msg="starting job..." fetcher_timeout=10m0s job_id=719224512 updater_timeout=45m0s updater_version=37818c2ca7d8422238efa029736b98ff40f33dce-nuget
updater | 2023/09/07 11:45:14 INFO Raven 3.1.2 ready to catch errors
updater | 2023/09/07 11:45:15 INFO <job_719224512> Starting job processing
  proxy | 2023/09/07 11:45:15 [002] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/git/refs/heads/nightly
  proxy | 2023/09/07 11:45:15 [002] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:15 [002] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/git/refs/heads/nightly
  proxy | 2023/09/07 11:45:15 [004] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:15 [004] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:15 [004] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:15 [006] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/Directory.Packages.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:15 [006] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:15 [006] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/Directory.Packages.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:15 [008] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/FSharp.Formatting.sln?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:15 [008] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:15 [008] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/FSharp.Formatting.sln?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:15 [010] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Markdown/FSharp.Formatting.Markdown.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:15 [010] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [010] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Markdown/FSharp.Formatting.Markdown.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [012] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CodeFormat/FSharp.Formatting.CodeFormat.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [012] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [012] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CodeFormat/FSharp.Formatting.CodeFormat.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [014] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.ApiDocs/FSharp.Formatting.ApiDocs.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [014] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [014] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.ApiDocs/FSharp.Formatting.ApiDocs.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [016] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Literate/FSharp.Formatting.Literate.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [016] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [016] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Literate/FSharp.Formatting.Literate.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [018] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CSharpFormat/FSharp.Formatting.CSharpFormat.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [018] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [018] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CSharpFormat/FSharp.Formatting.CSharpFormat.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [020] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/fsdocs-tool/fsdocs-tool.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [020] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [020] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/fsdocs-tool/fsdocs-tool.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [022] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.CodeFormat.Tests/FSharp.CodeFormat.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [022] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [022] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.CodeFormat.Tests/FSharp.CodeFormat.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [024] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Literate.Tests/FSharp.Literate.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [024] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:16 [024] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Literate.Tests/FSharp.Literate.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [026] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:16 [026] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [026] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [028] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/FSharp.ApiDocs.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [028] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [028] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/FSharp.ApiDocs.Tests.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [030] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib1/FsLib1.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [030] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [030] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib1/FsLib1.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [032] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib2/FsLib2.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [032] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [032] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib2/FsLib2.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [034] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib1/TestLib1.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [034] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [034] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib1/TestLib1.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [036] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib2/TestLib2.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [036] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [036] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib2/TestLib2.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [038] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib3/TestLib3.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [038] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [038] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib3/TestLib3.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [040] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/csharpSupport/csharpSupport.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [040] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:17 [040] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/csharpSupport/csharpSupport.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [042] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib1/crefLib1.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:17 [042] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [042] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib1/crefLib1.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [044] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib2/crefLib2.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [044] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [044] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib2/crefLib2.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [046] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib3/crefLib3.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [046] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [046] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib3/crefLib3.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [048] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib4/crefLib4.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [048] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [048] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib4/crefLib4.csproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [050] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Common/FSharp.Formatting.Common.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [050] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [050] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Common/FSharp.Formatting.Common.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [052] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Formatting.TestHelpers/FSharp.Formatting.TestHelpers.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [052] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [052] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Formatting.TestHelpers/FSharp.Formatting.TestHelpers.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [054] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/AttributesTestLib/AttributesTestLib.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [054] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [054] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/AttributesTestLib/AttributesTestLib.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [056] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting/FSharp.Formatting.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [056] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [056] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting/FSharp.Formatting.fsproj?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [058] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/Directory.Packages.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [058] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:18 [058] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/Directory.Packages.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [060] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/Directory.Build.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:18 [060] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [060] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/Directory.Build.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [062] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Markdown?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [062] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [062] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Markdown?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [064] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [064] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [064] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [066] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CodeFormat?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [066] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [066] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CodeFormat?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [068] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.ApiDocs?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [068] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [068] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.ApiDocs?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [070] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Literate?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [070] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [070] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Literate?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [072] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CSharpFormat?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [072] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [072] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.CSharpFormat?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [074] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/fsdocs-tool?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:19 [074] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:19 [074] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/fsdocs-tool?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [076] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.CodeFormat.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [076] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:20 [076] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.CodeFormat.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [078] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [078] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:20 [078] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [080] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Literate.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [080] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:20 [080] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Literate.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [082] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Markdown.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [082] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:20 [082] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Markdown.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [084] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [084] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:20 [084] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [086] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib1?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:20 [086] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:21 [086] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib1?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:21 [088] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:21 [088] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:21 [088] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:21 [090] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib2?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:21 [090] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:21 [090] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/FsLib2?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:21 [092] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib1?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:21 [092] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [092] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib1?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [094] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib2?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [094] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [094] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib2?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [096] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib3?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [096] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [096] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/TestLib3?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [098] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/csharpSupport?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [098] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [098] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/csharpSupport?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [100] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib1?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [100] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [100] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib1?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [102] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib2?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [102] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [102] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib2?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [104] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib3?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [104] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [104] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib3?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [106] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib4?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [106] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [106] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/crefLib4?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [108] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Common?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [108] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:22 [108] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting.Common?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [110] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Formatting.TestHelpers?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:22 [110] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [110] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.Formatting.TestHelpers?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [112] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/AttributesTestLib?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [112] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [112] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/tests/FSharp.ApiDocs.Tests/files/AttributesTestLib?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [114] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [114] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [114] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/src/FSharp.Formatting?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [116] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/version.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [116] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [116] 404 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/version.props?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [118] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/nuget.config?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [118] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [118] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/nuget.config?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [120] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/global.json?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [120] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [120] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/global.json?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [122] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/.config?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [122] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [122] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/.config?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [124] GET https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/.config/dotnet-tools.json?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
  proxy | 2023/09/07 11:45:23 [124] * authenticating github api request with token for api.github.com
  proxy | 2023/09/07 11:45:23 [124] 200 https://api.github.com:443/repos/fsprojects/FSharp.Formatting/contents/.config/dotnet-tools.json?ref=8eb25588e2cb937d9a96a73bf4683aabb722fe75
updater | 2023/09/07 11:45:23 INFO <job_719224512> Finished job processing
updater | time="2023-09-07T11:45:23Z" level=info msg="task complete" container_id=job-719224512-file-fetcher exit_code=0 job_id=719224512 step=fetcher
updater | 2023/09/07 11:45:25 INFO Raven 3.1.2 ready to catch errors
updater | 2023/09/07 11:45:25 INFO <job_719224512> Starting job processing
updater | 2023/09/07 11:45:26 INFO <job_719224512> Starting update job for fsprojects/FSharp.Formatting
updater | 2023/09/07 11:45:26 INFO <job_719224512> Checking all dependencies for version updates...
updater | 2023/09/07 11:45:26 INFO <job_719224512> Checking if FSharp.Compiler.Service 43.8.100-preview.23454.4 needs updating
  proxy | 2023/09/07 11:45:26 [130] GET https://pkgs.dev.azure.com:443/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
  proxy | 2023/09/07 11:45:26 [130] 200 https://pkgs.dev.azure.com:443/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
  proxy | 2023/09/07 11:45:26 [132] GET https://azuresearch-usnc.nuget.org:443/query?q=fsharp.compiler.service&prerelease=true&semVerLevel=2.0.0
  proxy | 2023/09/07 11:45:26 [132] 200 https://azuresearch-usnc.nuget.org:443/query?q=fsharp.compiler.service&prerelease=true&semVerLevel=2.0.0
  proxy | 2023/09/07 11:45:26 [134] GET https://pkgs.dev.azure.com:443/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fsharp.compiler.service/index.json
  proxy | 2023/09/07 11:45:26 [134] 200 https://pkgs.dev.azure.com:443/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fsharp.compiler.service/index.json
updater | 2023/09/07 11:45:27 INFO <job_719224512> Sending event 8410fea7e4c0453382cd25e698844b5d to Sentry
  proxy | 2023/09/07 11:45:27 [136] POST https://sentry.io:443/api/1451818/store/
  proxy | 2023/09/07 11:45:27 [136] 200 https://sentry.io:443/api/1451818/store/
updater | 2023/09/07 11:45:27 ERROR <job_719224512> Error processing FSharp.Compiler.Service (NoMethodError)
updater | 2023/09/07 11:45:27 ERROR <job_719224512> undefined method `end_with?' for nil:NilClass
updater | 
updater |           elsif upper_b.end_with?(")") then "< #{upper_b.sub(/\s*\)/, '')}"
updater |                        ^^^^^^^^^^
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:74:in `convert_dotnet_range_to_ruby_range'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:49:in `convert_dotnet_constraint_to_ruby_constraint'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:33:in `block in initialize'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:32:in `each'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:32:in `flat_map'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:32:in `initialize'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:28:in `new'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/requirement.rb:28:in `requirements_array'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker/version_finder.rb:177:in `block in related_to_current_pre?'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker/version_finder.rb:171:in `any?'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker/version_finder.rb:171:in `related_to_current_pre?'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker/version_finder.rb:68:in `block in filter_prereleases'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker/version_finder.rb:66:in `reject'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker/version_finder.rb:66:in `filter_prereleases'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker/version_finder.rb:35:in `latest_version_details'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker.rb:87:in `latest_version_details'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/nuget/lib/dependabot/nuget/update_checker.rb:15:in `latest_version'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/updater/operations/update_all_versions.rb:165:in `all_versions_ignored?'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/updater/operations/update_all_versions.rb:78:in `check_and_create_pull_request'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/updater/operations/update_all_versions.rb:59:in `check_and_create_pr_with_error_handling'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/updater/operations/update_all_versions.rb:34:in `block in perform'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/updater/operations/update_all_versions.rb:34:in `each'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/updater/operations/update_all_versions.rb:34:in `perform'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/updater.rb:63:in `run'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/update_files_command.rb:38:in `perform_job'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> /home/dependabot/dependabot-updater/lib/dependabot/base_command.rb:52:in `run'
updater | 2023/09/07 11:45:27 ERROR <job_719224512> bin/update_files.rb:23:in `<main>'
updater | 2023/09/07 11:45:27 INFO <job_719224512> Finished job processing
updater | 2023/09/07 11:45:27 INFO Results:
updater | Dependabot encountered '1' error(s) during execution, please check the logs for more details.
updater | +-----------------------------------------+
updater | |      Dependencies failed to update      |
updater | +-------------------------+---------------+
updater | | FSharp.Compiler.Service | unknown_error |
updater | +-------------------------+---------------+
updater | time="2023-09-07T11:45:27Z" level=info msg="task complete" container_id=job-719224512-updater exit_code=0 job_id=719224512 step=updater

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.

brettfo commented 1 month ago

Is this still an issue? There have been some recent improvements in NuGet feed consumption, both from NuGet.Config as well as dependabot.yml.