mirror of
https://github.com/Byron/gitoxide
synced 2025-10-05 16:42:40 +02:00
This allows them to have patch version updates but not major and minor version updates. Becuase they are not yet at 1.0.0, this has the effect of allowing SemVer-compatible but not SemVer-breaking updates to them via Dependabot version update PRs. This may be temporary and, in the case of `getrandom`, is intended to be temporary. For details, see comments in `dependabot.yml`, and: - https://github.com/GitoxideLabs/gitoxide/pull/2200#issuecomment-3361407300 - https://github.com/GitoxideLabs/gitoxide/pull/2093#issuecomment-3361449228 This also expands the comment for holding back `imara-diff` (all referenced PRs in the file now have full URLs, not just numbers). The effect of keeping back `expectrl` was tested and verified to be the only new hold needed to allow version updates to work, in: https://github.com/EliahKagan/gitoxide/pull/111