Skip to content
Snippets Groups Projects
Commit 0aca6ce2 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

docs: improve cocoapods readme

parent e6336624
No related branches found
No related tags found
No related merge requests found
The `cocoapods` manager extracts dependencies with`datasource` type `pod`. It is currently in beta so disabled by default. To opt-in to the beta, add the following to your configuration:
The `cocoapods` manager supports extracting both "pod" type references as well as dependencies on GitHub repositories that use versioned tags.
```json
{
"cocoapods": {
"enabled": true
}
}
```
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment