Skip to content

Conversation

@rhowardstone
Copy link

Fixes #722

Problem

Dependabot configuration referenced labels that don't exist in the repository ('dependencies', 'npm', 'github-actions', 'deno'), causing PR creation failures.

Solution

Removed all non-existent label references from .github/dependabot.yml.

Changes

  • Removed labels sections from all three package ecosystems (npm, github-actions, gomod)
  • Dependabot will now create PRs successfully without label assignment errors

Testing

🤖 Generated with Claude Code (Sonnet 4.5), checked by me

Co-Authored-By: Claude [email protected]

Fixes ruvnet#722

Removed label references that don't exist in the repository, which were
causing Dependabot PR creation failures. Labels removed:
- dependencies
- npm
- github-actions
- deno

This allows Dependabot to successfully create dependency update PRs
without failing on missing labels.

🤖 Generated with Claude Code (Sonnet 4.5), checked by me

Co-Authored-By: Claude <[email protected]>
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.

Fix Dependabot configuration - missing labels cause PR creation failures

1 participant