Skip to content

Add Cocoapods dependency management to Dependabot and enable Dependabot updates for GitHub Actions#484

Merged
jamespepper81 merged 9 commits into
mainfrom
dev
Jan 19, 2026
Merged

Add Cocoapods dependency management to Dependabot and enable Dependabot updates for GitHub Actions#484
jamespepper81 merged 9 commits into
mainfrom
dev

Conversation

@jamespepper81
Copy link
Copy Markdown
Contributor

This pull request improves our dependency management automation for both iOS and GitHub Actions, and tweaks the update schedule for Android dependencies. The main changes include enabling Dependabot for iOS Cocoapods and GitHub Actions, and introducing a new workflow to keep iOS Pod dependencies in sync when npm packages are updated.

Dependabot configuration enhancements:

  • Enabled weekly version updates for iOS Cocoapods dependencies in the /ios directory, with appropriate labeling and commit message conventions.
  • Enabled monthly version updates for GitHub Actions workflows in the root directory, including configuration for scheduling, labeling, and commit message format.
  • Changed the Android dependencies update schedule to run on Mondays instead of Tuesdays.

iOS dependency synchronization automation:

  • Added a new GitHub Actions workflow (.github/workflows/dependabot-cocoapods.yml) that automatically runs pod install and commits changes to Podfile.lock after Dependabot updates npm packages, ensuring iOS dependencies remain in sync—especially important for React Native projects.

Copilot AI and others added 9 commits January 19, 2026 11:04
Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
…iguration-for-github-actions

chore(deps): enable Dependabot updates for GitHub Actions
…n permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Add Cocoapods dependency management to Dependabot
@jamespepper81 jamespepper81 merged commit a9f3507 into main Jan 19, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants