Add Dependabot for automated dependency updates - #627
Merged
Conversation
Configures weekly Dependabot version updates across all three ecosystems (Gradle, Cargo/wgbridge-rs, GitHub Actions). Minor/patch bumps are grouped into single PRs to keep noise down; majors come individually for review. Encodes the MaxMind geoip2 constraint as an enforced ignore rule: 5.x uses Java constructs incompatible with Android, and our usage is a single country-from-IP lookup, so a fork isn't worth it. 4.x patch/minor and security updates still flow through. Also adds an inline pin comment at the dependency so the rationale is visible in the build file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Adds
.github/dependabot.ymlto automate routine dependency bumps, and encodes the MaxMindgeoip2version constraint as an enforced rule.Why
Automate regular dependency updates, and stop MaxMind
geoip2from being bumped to 5.x (which uses Java constructs incompatible with Android). Dependabot handles both — itsignorerule is the natural home for the MaxMind constraint, turning a fragile version pin into an enforced, documented rule.Details
/) — weekly; minor/patch grouped into one PR, majors individually for review./wgbridge-rs, the gotatun bridge) — weekly; sensitive, so treat as informational PRs to test on-device before merging./) — weekly; keepscheckout,setup-java,gradle/actions,cachecurrent.details/CountriesFragment.java), so nothing in 5.x is worth a fork. 4.x patch/minor still flow, and security updates bypass version ignores. An inline pin comment was added at the dependency so the rationale is visible in the build file.Notes
master.🤖 Generated with Claude Code