From 305177f32f88b52d2acf0afb6e2a3a72eada42ab Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Thu, 2 Apr 2020 06:01:53 +0200
Subject: [PATCH] feat(manager): enable cocoapods by default (#5852)

---
 lib/manager/cocoapods/index.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/manager/cocoapods/index.ts b/lib/manager/cocoapods/index.ts
index f39f897123..0a67cf1b27 100644
--- a/lib/manager/cocoapods/index.ts
+++ b/lib/manager/cocoapods/index.ts
@@ -5,7 +5,6 @@ export { updateDependency } from './update';
 export { updateArtifacts } from './artifacts';
 
 export const defaultConfig = {
-  enabled: false,
   fileMatch: ['(^|/)Podfile$'],
   versioning: rubyVersioning.id,
 };
-- 
GitLab