From 0aca6ce205d39fd5b013fa4469c37a8fb05dba79 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Thu, 5 Mar 2020 14:22:15 +0100 Subject: [PATCH] docs: improve cocoapods readme --- lib/manager/cocoapods/readme.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/manager/cocoapods/readme.md b/lib/manager/cocoapods/readme.md index d57162968f..56f30f94e6 100644 --- a/lib/manager/cocoapods/readme.md +++ b/lib/manager/cocoapods/readme.md @@ -1,9 +1,3 @@ -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. -- GitLab