Taze is a dependency update automator and monorepo dependency manager that detects newer package versions and updates manifest files. It functions as a CI dependency validator, returning error codes when outdated dependencies are detected to fail continuous integration pipelines.
The tool features a release stability filter to defer updates based on a minimum release age and a version constraint controller to manage major, minor, and patch update ranges with custom bumping modes.
It supports workspace-wide manifest scanning across multiple subdirectories and provides dependency filtering via string or regular expression patterns. The system synchronizes manifest changes with the automatic execution of package manager installation commands.