renovate/lib/manager/pip_requirements
Rhys Arkins 8af905e8f5 feat: split trustLevel into separate options (#9388)
Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`

BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
2021-04-22 08:47:58 +02:00
..
__fixtures__ feat(pip): support env var interpolation (#6648) 2020-07-07 06:28:50 +02:00
__snapshots__ refactor(manager): Enforce getName usage (#9523) 2021-04-13 12:07:57 +02:00
artifacts.spec.ts feat(pip): support hash updating (#6460) 2020-06-26 10:59:00 +02:00
artifacts.ts feat: use short renovate image names (#9133) 2021-03-15 13:23:38 +00:00
extract.spec.ts feat: split trustLevel into separate options (#9388) 2021-04-22 08:47:58 +02:00
extract.ts feat: split trustLevel into separate options (#9388) 2021-04-22 08:47:58 +02:00
index.ts feat(pip): support hash updating (#6460) 2020-06-26 10:59:00 +02:00
range.spec.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
range.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
readme.md docs: remove some leftover terms from two manager readmes 2020-02-25 07:02:46 +01:00

Supports requirements.txt and requirements.pip files. The default file pattern is fairly flexible in an attempt to catch similarly named ones too but may be extended/changed.