-
Notifications
You must be signed in to change notification settings - Fork 79
chore: bring back dependabot burner #14502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mnkiefer
commented
Feb 8, 2026
- Automates the management of Dependabot pull requests by bundling them by runtime and manifest, creating project items, and assigning them to Copilot for review.
This workflow automates the management of Dependabot pull requests by bundling them by runtime and manifest, creating project items, and assigning them to Copilot for review.
|
@copilot compile workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Reintroduces a “Dependabot burner” agentic workflow intended to bundle open Dependabot PRs, create tracking issues, add them to a GitHub Project, and route work to Copilot.
Changes:
- Adds a new workflow source file
.github/workflows/dependabot-burner.mddefining tools + safe-outputs configuration for issue/project management. - Documents the intended bundling and project-board behavior in the workflow body.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot recompile |