renovate/lib/modules/manager/cocoapods
Michael Kriese 497d4c131f
fix(manager): unify logging (#22398)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-25 16:53:05 +00:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ feat(config)!: default dockerImagePrefix to containerbase (#20150) 2023-03-10 09:34:40 +01: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 refactor: Merged multiple skipReasons into unspecified-version. (#22409) 2023-05-25 05:48:11 +00:00
extract.ts fix(manager): unify logging (#22398) 2023-05-25 16:53:05 +00:00
index.ts docs(manager/cocoapods): Configure ModuleApi's displayName and url (#16760) 2022-07-26 04:18:43 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00

The cocoapods manager supports extracting both "pod" type references as well as dependencies on GitHub repositories that use versioned tags.

Whenever a Podfile is updated, Renovate will also update any accompanying Podfile.lock file. This is done using the cocoapods gem which runs within the Ruby runtime.