renovate/lib/manager/cocoapods
2021-06-02 06:50:23 +00:00
..
__fixtures__ feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
__snapshots__ refactor: move binarySource option to admin config (#10022) 2021-06-02 06:50:23 +00:00
artifacts.spec.ts refactor: move binarySource option to admin config (#10022) 2021-06-02 06:50:23 +00:00
artifacts.ts feat: use short renovate image names (#9133) 2021-03-15 13:23:38 +00:00
extract.spec.ts fix: Revert "refactor: localDir -> cloneDir" (#10166) 2021-05-26 11:22:16 +00:00
extract.ts chore(deps): update dependency prettier to v2.3.0 (#10012) 2021-05-17 08:06:24 +00:00
index.ts refactor(cocoapods): use autoReplace 2020-04-18 21:45:04 +02:00
readme.md docs: improve cocoapods readme 2020-03-05 14:22:15 +01:00
types.ts refactor: extract more types (#9959) 2021-05-11 19:08:02 +02:00
utils.ts chore: Configure fs local dirs via admin config (#9990) 2021-05-17 13:21:28 +00: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.