Dev#381
Merged
Merged
Conversation
Introduces a .github/dependabot.yml file to automate dependency updates for npm packages and GitHub Actions workflows. Configures update schedules, grouping, labeling, and commit message conventions to streamline dependency management and improve security.
- Remove irrelevant radix-ui grouping (web-only library) - Add CocoaPods ecosystem for iOS native dependencies - Add Gradle ecosystem for Android native dependencies - Add Expo SDK grouping to update packages together - Add React Native Firebase grouping for compatibility - Add Babel grouping to prevent version conflicts - Add comprehensive documentation Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
- Group 10 Bitcoin packages (bitcoinjs-lib, bip32, bip39, etc.) - Includes cryptographic primitives (@noble/*, tiny-secp256k1) - Includes encoding libraries (bech32, bs58check) - Update documentation with rationale and examples Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
- Remove cocoapods package-ecosystem (not supported by Dependabot) - Update documentation to reflect 3 ecosystems instead of 4 - Add note explaining iOS dependencies must be managed manually - Fix validation error reported by GitHub Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Fix Dependabot config for React Native + Expo ecosystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a comprehensive Dependabot configuration for the BitSleuth Wallet React Native + Expo project, along with detailed documentation. The main goal is to automate dependency updates across npm, Gradle, and GitHub Actions, while grouping related dependencies to reduce PR noise and ensure compatibility. The documentation explains the rationale behind each group and provides best practices for reviewers.
Dependabot configuration and documentation:
.github/dependabot.ymlto configure automated dependency updates for npm (JavaScript/TypeScript), Gradle (Android), and GitHub Actions. The config includes dependency grouping for Expo SDK, React Native Firebase, Babel, and Bitcoin protocol packages, with tailored schedules, PR limits, and labels for each ecosystem.docs/dependabot-configuration.mdto document the configuration, explain the purpose of each dependency group, outline best practices for reviewing updates, and provide troubleshooting steps. The doc also clarifies changes from previous configurations and notes the lack of CocoaPods support.