Skip to content

dependabot.yml: drop the retired 'dotnet' label#113

Merged
Chris-Wolfgang merged 4 commits into
mainfrom
fix/remove-dotnet-label
Jun 19, 2026
Merged

dependabot.yml: drop the retired 'dotnet' label#113
Chris-Wolfgang merged 4 commits into
mainfrom
fix/remove-dotnet-label

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

Dependabot is failing every PR creation with:

The following labels could not be found: dotnet. Please create it before Dependabot can add it to a pull request.

The dotnet label was retired fleet-wide as part of the canonical cleanup (repo-template#365). This PR removes the remaining references from .github/dependabot.yml so Dependabot can keep opening PRs.

Touches only .github/dependabot.yml — not a protected path, no admin-bypass needed.

Fleet-wide fix; companion PRs land in every other affected repo.

Copilot AI review requested due to automatic review settings June 2, 2026 23:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the retired dotnet label reference from Dependabot configuration so Dependabot can successfully create PRs in this repository.

Changes:

  • Removes the dotnet label from .github/dependabot.yml.
  • (Unintentionally) introduces invalid YAML formatting in the updated config that needs correction for Dependabot to parse it.

Comment thread .github/dependabot.yml
Chris-Wolfgang and others added 3 commits June 18, 2026 16:54
Third instance of the same fleet-wide YAML-collapse bug (also fixed
in Etl-DbClient#127 and ETL-FixedWidth#135). The previous commit
that removed the `- "dotnet"` label collapsed two adjacent lines,
gluing `groups:` onto the `- "dependencies"` list item:

    -      - "dependencies"    groups:
    +      - "dependencies"
    +    groups:

Result was invalid YAML that Dependabot would fail to parse. Split
the lines back so `groups:` is a sibling of `labels:` again.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Chris-Wolfgang Chris-Wolfgang merged commit 10aef30 into main Jun 19, 2026
8 checks passed
@Chris-Wolfgang Chris-Wolfgang deleted the fix/remove-dotnet-label branch June 19, 2026 02:02
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