Skip to content

Prevent Dependabot updater crash by disabling NBGV cloud variable export#88

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dependabot-failure
Closed

Prevent Dependabot updater crash by disabling NBGV cloud variable export#88
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dependabot-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

Closing — root cause is upstream

The Dependabot failure is caused by dependabot/dependabot-core#15083: Dependabot's updater container ships .NET SDK 10.0.103, but this repo's global.json requires SDK 10.0.300. With rollForward: latestMinor, the SDK cannot roll forward across feature bands (100→300), so dotnet restore fails before it even reaches the NBGV cloud variable issue.

The NBGV setVersionVariables change in this PR was addressing a symptom, not the root cause. Since the real fix needs to come from the Dependabot team (shipping SDK 10.0.300 in their image), this PR is being closed.

No repo-side workaround is needed — once dependabot-core ships the updated SDK, Dependabot will work again.

Agent-Logs-Url: https://github.com/Serviceware/Dibix/sessions/4401b136-5cf9-4546-9cc1-dbe9b48da20f

Co-authored-by: C0nquistadore <16206104+C0nquistadore@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'Dependabot' Prevent Dependabot updater crash by disabling NBGV cloud variable export May 22, 2026
Copilot AI requested a review from C0nquistadore May 22, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants