Skip to content

Commit 636be08

Browse files
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/#rangestrategy
1 parent 8565557 commit 636be08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"enabled": true,
2525
"description": "opt-in support for nix https://docs.renovatebot.com/modules/manager/nix/#enabling"
2626
},
27+
"pep621": {
28+
"rangeStrategy": "update-lockfile"
29+
},
2730
"pre-commit": {
2831
"enabled": true,
2932
"description": "opt-in support for pre-commit https://docs.renovatebot.com/modules/manager/nix/#enabling"

0 commit comments

Comments
 (0)