Skip to content

Move dependabot.yml to correct location#46

Open
chrislearn wants to merge 1 commit intomainfrom
fix/move-dependabot-config
Open

Move dependabot.yml to correct location#46
chrislearn wants to merge 1 commit intomainfrom
fix/move-dependabot-config

Conversation

@chrislearn
Copy link
Copy Markdown
Member

Summary

  • Move dependabot.yml from .github/workflows/ to .github/

Why

The file was placed under .github/workflows/ which caused GitHub Actions to parse it as a workflow file, resulting in CI failure:
https://github.com/salvo-rs/salvo-cli/actions/runs/22928578642

Dependabot configuration should be at .github/dependabot.yml, not in the workflows directory.

🤖 Generated with Claude Code

The file was under .github/workflows/ which caused GitHub Actions to
parse it as a workflow file and fail. Dependabot config belongs at
.github/dependabot.yml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant