renovate/lib/manager/cocoapods
renovate[bot] 340f136448
build(deps): update dependency simple-git to v2 (#6783)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-21 14:52:24 +02:00
..
__fixtures__ feat: Cocoapods support (#4667) 2020-03-01 10:03:16 +01:00
__snapshots__ feat(cocoapods): use renovate cache (#6384) 2020-05-30 18:18:56 +02:00
artifacts.spec.ts build(deps): update dependency simple-git to v2 (#6783) 2020-07-21 14:52:24 +02:00
artifacts.ts chore(eslint): enable typescript 3.7 rules (#6765) 2020-07-18 08:42:32 +02:00
extract.spec.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
extract.ts chore(eslint): enable typescript 3.7 rules (#6765) 2020-07-18 08:42:32 +02: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
utils.ts refactor: Separate 'git' and 'fs' util modules (#6665) 2020-07-03 16:47:00 +02: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.