Commit 636be08
committed
chore(renovate): update python packages even when change is only needed in uv.lock
Since some time around April, renovate started to update only
packages, where `pyproject.toml` update was needed (constraints
update).
I have not found documentation about this change, only a github discussion[^1].
Meaning of rangeStrategy=update-lockfile[^2] option:
> Update the lock file when in-range updates are available, otherwise
> replace for updates out of range.
And replace:
> Replace the range with a newer one if the new version falls outside
> it, and update nothing otherwise
[^1]: renovatebot/renovate#36286
[^2]: https://docs.renovatebot.com/configuration-options/#rangestrategy1 parent 8565557 commit 636be08
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments