From 3a1148ffd3a8d1db1a25b98711645cd4e627d257 Mon Sep 17 00:00:00 2001 From: James Pepper Date: Mon, 19 Jan 2026 12:00:27 +0000 Subject: [PATCH] chore: remove unsupported cocoapods dependabot entry --- .github/dependabot.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c32a65..4855c9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -111,22 +111,6 @@ updates: prefix: "chore(deps-android)" include: "scope" - # Enable version updates for iOS Cocoapods dependencies - - package-ecosystem: "cocoapods" - directory: "/ios" - schedule: - interval: "weekly" - day: "tuesday" - time: "09:00" - open-pull-requests-limit: 3 - labels: - - "dependencies" - - "ios" - - "native" - commit-message: - prefix: "chore(deps-ios)" - include: "scope" - # Enable version updates for GitHub Actions workflows - package-ecosystem: "github-actions" directory: "/"