For an overview of all available workflows, see the main README.
The dependabot burner workflow scans for open Dependabot pull requests and bundles them into issues by runtime and manifest file to reduce PR noise.
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the Dependabot Burner workflow to your repository
gh aw add-wizard githubnext/agentics/dependabot-burnerThis walks you through adding the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
gh aw run dependabot-burnerThis workflow requires no configuration and works out of the box. You can edit it to adjust how updates are grouped and what goes into each bundle issue.
After editing run gh aw compile to update the workflow and commit all changes to the default branch.
- Pull requests and their metadata
- Repository contents and dependency files
- Creates bundle issues summarizing related Dependabot PRs
- Review bundle issues for accuracy and completeness
- Decide which PRs to merge or close based on the bundle
- Adjust bundling logic if it is too noisy or too coarse