For an overview of all available workflows, see the main README.
The daily dependency updater workflow will check for Dependabot alerts in the repository and update dependencies to the latest versions, creating pull requests as necessary.
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the Daily Dependency Updater workflow to your repository
gh aw add-wizard githubnext/agentics/daily-dependency-updatesThis 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 daily-dependency-updatesThis workflow requires no configuration and works out of the box.
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
- Discussions and community content
- Actions workflow runs and results
- Checks and status information
- 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
- Requires
contents: writeandpull-requests: writepermissions
- 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
- By default this workflow will trigger for at most 48 hours, after which it will stop triggering.
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.