renovate/lib/modules/manager/pip_requirements
Michael Kriese ec4b17b8b6
feat(config)!: default dockerImagePrefix to containerbase (#20150)
Sidecar containers will now use `containerbase/` prefix instead of `renovate/` prefix.

BREAKING CHANGE: containerbase/ account used for sidecar containers instead of renovate/
2023-03-10 09:34:40 +01:00
..
__fixtures__ feat(manager/pip_requirements): support buildpack (#16999) 2022-08-05 15:20:16 +02:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
artifacts.spec.ts feat(config)!: default dockerImagePrefix to containerbase (#20150) 2023-03-10 09:34:40 +01:00
artifacts.ts feat(core): centralize sidecar image usage (#19545) 2022-12-23 09:45:15 +00:00
extract.spec.ts feat(manager/pip_requirements): support buildpack (#16999) 2022-08-05 15:20:16 +02:00
extract.ts refactor: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
index.ts refactor: convert ProgrammingLanguage to union type (#18748) 2022-11-05 08:49:57 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +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.