Feature Request
Currently, Renovate creates separate pull requests when updating Chezmoi in the .mise.toml file and in the home/.chezmoiversion file. This can lead to a situation where one PR fails because the files are out-of-sync (for example, the TOML version does not match the version file), resulting in broken builds or failed CI checks.
Request:
Please configure Renovate to group all Chezmoi version updates (regardless of file or update type) into a single PR. This ensures both places are updated atomically, avoiding the current situation where CI fails due to mismatched versions across files.
Benefit:
Grouping Chezmoi updates improves stability and developer experience by ensuring version consistency and preventing false PR failures.
Feature Request
Currently, Renovate creates separate pull requests when updating Chezmoi in the
.mise.tomlfile and in thehome/.chezmoiversionfile. This can lead to a situation where one PR fails because the files are out-of-sync (for example, the TOML version does not match the version file), resulting in broken builds or failed CI checks.Request:
Please configure Renovate to group all Chezmoi version updates (regardless of file or update type) into a single PR. This ensures both places are updated atomically, avoiding the current situation where CI fails due to mismatched versions across files.
Benefit:
Grouping Chezmoi updates improves stability and developer experience by ensuring version consistency and preventing false PR failures.