For an overview of all available workflows, see the main README.
The Dependabot Issue Bundler workflow will check for Dependabot alerts in the repository and manage a set of issues that group together the updates by runtime/ecosystem (Go, Java etc.)
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/dependabot-issue-bundlerThis 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-issue-bundlerThis workflow requires no configuration and works out of the box. Configure the workflow by editing it.
After editing run gh aw compile to update the workflow and commit all changes to the default branch.
- Repository contents and dependency files
- Issues and their metadata
- Security events and Dependabot alerts
- Creates pull requests with dependency updates
- Creates new branches for the dependency changes
- Makes file changes to update dependency versions
- Review dependency update pull requests for breaking changes
- Test updated dependencies to ensure compatibility
- Merge approved pull requests after validation
- Monitor for any issues after dependency updates are deployed
- Disable or uninstall the workflow if dependency updates cause more problems than benefits