You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ A very common thing is to add [`:autoMergePatch`](https://docs.renovatebot.com/p
198
198
### python
199
199
200
200
**There is currently only [limited / "alpha level" support](https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/pip-compile/readme.md) for python using `pip-compile`.
201
-
This configuration has not been used with python projects for a while, it most certainly needs changes.**
201
+
This configuration has been used in some python projects for a while, you can test it in [bettermarks/renovate-config-test-pip-compile](https://github.com/bettermarks/renovate-config-test-pip-compile) by replacing the dependency files and change the config and see what updates renovate files.**
202
202
203
203
```json
204
204
{
@@ -211,11 +211,17 @@ It includes the following presets:
211
211
212
212
- the [default config](#default) from this repository
213
213
214
-
215
214
and it configures the following:
216
215
217
-
- constraints python to 3.6
218
-
- Enables [pip-compile](https://docs.renovatebot.com/modules/manager/pip-compile/) manager (and disables [pip_requirements](https://docs.renovatebot.com/modules/manager/pip_requirements/) and [pip_setup](https://docs.renovatebot.com/modules/manager/pip_setup/) managers since they seem to be conflicting?)
216
+
- Enables [pip-compile](https://docs.renovatebot.com/modules/manager/pip-compile/) manager (and disables [pip_requirements](https://docs.renovatebot.com/modules/manager/pip_requirements/) and [pip_setup](https://docs.renovatebot.com/modules/manager/pip_setup/) managers since we don't use those)
217
+
218
+
If you found a config that works for you, please consider to update this one after testing it in [bettermarks/renovate-config-test-pip-compile](https://github.com/bettermarks/renovate-config-test-pip-compile) .
219
219
220
220
**you can override all of this per repo!**
221
-
if you found a config that works for you, please consider to update this one.
221
+
222
+
it is very likely that you want to add the following using the correct values:
0 commit comments